Changes in / [98a5871:22e922e] in sasmodels


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r7e11c3a rce8c388  
    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; 
     26- if [[ $encrypted_cb04388797b6_iv ]]; then openssl aes-256-cbc -K $encrypted_cb04388797b6_key -iv $encrypted_cb04388797b6_iv 
     27  -in .travis/travis_rsa.enc -out .travis/travis_rsa -d; fi; 
    2828- echo $TRAVIS_OS_NAME 
    2929- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 
     
    4646- echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
    4747deploy: 
    48     skip_cleanup: true 
    49     provider: script 
    50     script: /bin/sh -ex ./deploy.sh 
    51     on: 
    52         branch: master 
     48  skip_cleanup: true 
     49  provider: script 
     50  script: "/bin/sh -ex ./deploy.sh" 
     51  on: 
     52    branch: master 
    5353notifications: 
    5454  slack: 
Note: See TracChangeset for help on using the changeset viewer.