Skip to content

Commit

Permalink
Update encrypted OE license file (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlmobley authored Oct 16, 2020
1 parent a4f9258 commit 10830ce
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 @@ -61,7 +61,7 @@ before_install:
- python -V

# Unpack encrypted OpenEye license file
- if [ "$TRAVIS_SECURE_ENV_VARS" == true ]; then openssl aes-256-cbc -K $encrypted_7751cf1f2f9d_key -iv $encrypted_7751cf1f2f9d_iv -in oe_license.txt.enc -out oe_license.txt -d; fi
- if [ "$TRAVIS_SECURE_ENV_VARS" == true ]; openssl aes-256-cbc -K $encrypted_935501d0d612_key -iv $encrypted_935501d0d612_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

- conda update --yes -q conda
Expand Down
Binary file modified oe_license.txt.enc
Binary file not shown.

0 comments on commit 10830ce

Please sign in to comment.