Skip to content

Commit

Permalink
Fix #594 -- Fix travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Mar 13, 2020
1 parent e7fa49a commit b17b638
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
dist: xenial
os: linux

python:
- "3.6"
Expand All @@ -10,11 +11,6 @@ env:
- DJANGO=30
- DJANGO=master

matrix:
fast_finish: true
allow_failures:
- env: DJANGO=master

addons:
apt:
packages:
Expand Down Expand Up @@ -65,7 +61,7 @@ jobs:
distributions: sdist bdist_wheel
on:
tags: true
user: codingjoe
username: codingjoe
password:
secure: fEP9K7y0ZF9fRvQEUN4kgPXQEZvi3Cx3ikUebG2UM/2uhcaUQm0+KpgZ2S+lvOTYcBnNgzPzFsVIZMcVcTxwIKuQDEMq9y2eop2hnisb9KXsIm9qPYSzOnRm74VuiOt4hNOZMe0qVBK2cO3vC9NDXuzdI8A0JynJhthfl4t+kFM=
- stage: deploy
Expand All @@ -75,13 +71,13 @@ jobs:
install: skip
script: skip
after_success: true
skip_cleanup: true
before_deploy:
- ./set_version.py
deploy:
cleanup: false
provider: npm
on:
tags: true
email: [email protected]
api_key:
api_token:
secure: PV38cQx9qhEFkpSdytbM72UzIMCfhpjmRJ8dzT+bCAaOIs5rEcyKN+h1r5ranunCxWyuFsMW4A2iW/SCxnKCR/oPAguuwUbT5ogBXlsskqPFWUxuoTHYMrd+zB+SC6+bMgq+o5ul+kJCYtEkWP6cMlIEzKyTLab7m5PsnDXNVnI=

0 comments on commit b17b638

Please sign in to comment.