Skip to content

Commit 47b42a4

Browse files
chore(build): updated travis
1 parent f4116f9 commit 47b42a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ cache: pip
77
matrix:
88
include:
99
- python: 3.5
10-
- python: 3.6
11-
- python: 3.7
12-
- python: 3.8
1310
before_script:
1411
- >-
1512
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
1613
&& openssl aes-256-cbc -K $encrypted_3c84dcdc6bbe_key -iv $encrypted_3c84dcdc6bbe_iv -in .env.enc -out .env -d
1714
&& openssl aes-256-cbc -K $encrypted_16de86179301_key -iv $encrypted_16de86179301_iv -in .transit_env.enc -out .transit_env -d
1815
&& openssl aes-256-cbc -K $encrypted_b4d7fa377f59_key -iv $encrypted_b4d7fa377f59_iv -in .dl_env.enc -out .dl_env -d
1916
|| true
17+
- python: 3.6
18+
- python: 3.7
19+
- python: 3.8
2020

2121
before_install:
2222
- npm install npm@latest -g

0 commit comments

Comments
 (0)