Skip to content

Commit

Permalink
Merge pull request #46 from openforcefield/update-openeye-license
Browse files Browse the repository at this point in the history
Update encrypted openeye license
  • Loading branch information
jchodera authored Sep 7, 2019
2 parents 17ea066 + b47bcb6 commit a11d0a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_install:
# Install the Python environemt
- source devtools/travis-ci/before_install.sh
- python -V
- if [ "$TRAVIS_SECURE_ENV_VARS" == true ]; then openssl aes-256-cbc -K $encrypted_a339f5ce3a53_key -iv $encrypted_a339f5ce3a53_iv -in oe_license.txt.enc -out oe_license.txt -d; fi
- if [ "$TRAVIS_SECURE_ENV_VARS" == true ]; then openssl aes-256-cbc -K $encrypted_d661b4104461_key -iv $encrypted_d661b4104461_iv -in oe_license.txt.enc -out oe_license.txt -d; fi
- if [ "$TRAVIS_SECURE_ENV_VARS" == false ]; then echo "OpenEye license will not be installed in forks."; fi

install:
Expand Down
Binary file modified oe_license.txt.enc
Binary file not shown.

0 comments on commit a11d0a4

Please sign in to comment.