Skip to content

Commit

Permalink
chore(build): updated travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ajay-malhotra1 committed Aug 1, 2020
1 parent f4116f9 commit 47b42a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ cache: pip
matrix:
include:
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
before_script:
- >-
[ -z "${TRAVIS_TAG}" ] && [ "${TRAVIS_PULL_REQUEST}" == "false" ]
&& openssl aes-256-cbc -K $encrypted_3c84dcdc6bbe_key -iv $encrypted_3c84dcdc6bbe_iv -in .env.enc -out .env -d
&& openssl aes-256-cbc -K $encrypted_16de86179301_key -iv $encrypted_16de86179301_iv -in .transit_env.enc -out .transit_env -d
&& openssl aes-256-cbc -K $encrypted_b4d7fa377f59_key -iv $encrypted_b4d7fa377f59_iv -in .dl_env.enc -out .dl_env -d
|| true
- python: 3.6
- python: 3.7
- python: 3.8

before_install:
- npm install npm@latest -g
Expand Down

0 comments on commit 47b42a4

Please sign in to comment.