File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ before_install:
2020 - export PATH=/home/travis/anaconda/bin:$PATH
2121 # Update conda itself
2222 - conda update --yes conda
23- - openssl aes-256-cbc -K $encrypted_02f40ca58e32_key -iv $encrypted_02f40ca58e32_iv -in deploy_key.enc -out deploy_key -d
2423 - cd ..
2524 # this is the RMG-database project, so need to fetch RMG-Py
2625 - git clone https://github.com/ReactionMechanismGenerator/RMG-Py.git
@@ -36,4 +35,6 @@ install:
3635script :
3736 - make test-database
3837 - cd $TRAVIS_BUILD_DIR
39- - bash ./deploy.sh
38+
39+ after_success :
40+ - bash ./deploy.sh
Original file line number Diff line number Diff line change 22
33set -e # exit with nonzero exit code if anything fails
44
5+ openssl aes-256-cbc -K $encrypted_02f40ca58e32_key -iv $encrypted_02f40ca58e32_iv -in deploy_key.enc -out deploy_key -d
6+
57echo ' Travis Build Dir: ' $TRAVIS_BUILD_DIR
68
79if $TRAVIS_PULL_REQUEST
You can’t perform that action at this time.
0 commit comments