Changes in .travis.yml [947a61e:dd6885e] in sasmodels
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r947a61e rdd6885e 24 24 packages: opencl-headers 25 25 before_install: 26 - openssl aes-256-cbc -K $encrypted_fe6026add10a_key -iv $encrypted_fe6026add10a_iv27 -in .travis/travis_rsa.enc -out .travis/travis_rsa -d 26 - if [[ "$TRAVIS_BRANCH" == "master" ]]; then openssl aes-256-cbc -K $encrypted_fe6026add10a_key -iv $encrypted_fe6026add10a_iv 27 -in .travis/travis_rsa.enc -out .travis/travis_rsa -d; fi; 28 28 - echo $TRAVIS_OS_NAME 29 29 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
Note: See TracChangeset
for help on using the changeset viewer.