Changeset f246d6b in sasmodels
- Timestamp:
- Sep 11, 2017 12:15:45 PM (7 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- e34fe7c
- Parents:
- 9d90393
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r9d90393 rf246d6b 24 24 packages: opencl-headers 25 25 before_install: 26 - openssl aes-256-cbc -K $encrypted_ fe6026add10a_key -iv $encrypted_fe6026add10a_iv27 -in .travis/travis_rsa.enc -out .travis/travis_rsa26 - openssl aes-256-cbc -K $encrypted_cb04388797b6_key -iv $encrypted_cb04388797b6_iv 27 -in travis_rsa.enc -out travis_rsa -d 28 28 - echo $TRAVIS_OS_NAME 29 29 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh … … 46 46 - echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 47 47 deploy: 48 49 50 script: /bin/sh -ex ./deploy.sh51 52 48 skip_cleanup: true 49 provider: script 50 script: "/bin/sh -ex ./deploy.sh" 51 on: 52 branch: master 53 53 notifications: 54 54 slack:
Note: See TracChangeset
for help on using the changeset viewer.