Skip to content

Commit b17b638

Browse files
committed
Fix applegrew#594 -- Fix travis-ci config
1 parent e7fa49a commit b17b638

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.travis.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
dist: xenial
3+
os: linux
34

45
python:
56
- "3.6"
@@ -10,11 +11,6 @@ env:
1011
- DJANGO=30
1112
- DJANGO=master
1213

13-
matrix:
14-
fast_finish: true
15-
allow_failures:
16-
- env: DJANGO=master
17-
1814
addons:
1915
apt:
2016
packages:
@@ -65,7 +61,7 @@ jobs:
6561
distributions: sdist bdist_wheel
6662
on:
6763
tags: true
68-
user: codingjoe
64+
username: codingjoe
6965
password:
7066
secure: fEP9K7y0ZF9fRvQEUN4kgPXQEZvi3Cx3ikUebG2UM/2uhcaUQm0+KpgZ2S+lvOTYcBnNgzPzFsVIZMcVcTxwIKuQDEMq9y2eop2hnisb9KXsIm9qPYSzOnRm74VuiOt4hNOZMe0qVBK2cO3vC9NDXuzdI8A0JynJhthfl4t+kFM=
7167
- stage: deploy
@@ -75,13 +71,13 @@ jobs:
7571
install: skip
7672
script: skip
7773
after_success: true
78-
skip_cleanup: true
7974
before_deploy:
8075
- ./set_version.py
8176
deploy:
77+
cleanup: false
8278
provider: npm
8379
on:
8480
tags: true
8581
86-
api_key:
82+
api_token:
8783
secure: PV38cQx9qhEFkpSdytbM72UzIMCfhpjmRJ8dzT+bCAaOIs5rEcyKN+h1r5ranunCxWyuFsMW4A2iW/SCxnKCR/oPAguuwUbT5ogBXlsskqPFWUxuoTHYMrd+zB+SC6+bMgq+o5ul+kJCYtEkWP6cMlIEzKyTLab7m5PsnDXNVnI=

0 commit comments

Comments
 (0)