Changes in / [6726fb9:be3cce9] in sasmodels


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rdd6885e r947a61e  
    2424    packages: opencl-headers 
    2525before_install: 
    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; 
     26- openssl aes-256-cbc -K $encrypted_fe6026add10a_key -iv $encrypted_fe6026add10a_iv 
     27  -in .travis/travis_rsa.enc -out .travis/travis_rsa -d 
    2828- echo $TRAVIS_OS_NAME 
    2929- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 
  • deploy.sh

    rdd6885e rd9d77b0  
    1 if [[ "$TRAVIS_BRANCH" == "master" ]] 
    2 then 
    3     eval "$(ssh-agent -s)" 
    4     chmod 600 .travis/travis_rsa 
    5     ssh-add .travis/travis_rsa 
    6     git remote add deploy git@danse.chem.utk.edu:/home/git/sasmodels 
    7     git push deploy master 
    8 fi 
     1eval "$(ssh-agent -s)" 
     2chmod 600 .travis/travis_rsa 
     3ssh-add .travis/travis_rsa 
     4git remote add deploy git@danse.chem.utk.edu:/home/git/sasmodels 
     5git push deploy master 
Note: See TracChangeset for help on using the changeset viewer.