Changes in .travis.yml [833c8d3:7e11c3a] in sasmodels


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r833c8d3 r7e11c3a  
    2424    packages: opencl-headers 
    2525before_install: 
     26- if [[ $encrypted_fe6026add10a_iv ]]; then openssl aes-256-cbc -K $encrypted_fe6026add10a_key -iv $encrypted_fe6026add10a_iv  
     27  -in .travis/travis_rsa.enc -out .travis/travis_rsa; fi; 
    2628- echo $TRAVIS_OS_NAME 
    2729- 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.