Changeset 6c12927 in sasmodels for .travis.yml
- Timestamp:
- Sep 7, 2017 11:51:48 AM (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:
- fb3f5a9
- Parents:
- 83129f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r83129f5 r6c12927 24 24 packages: opencl-headers 25 25 before_install: 26 - mkdir .travis27 - openssl aes-256-cbc -K $encrypted_2459146b3814_key -iv $encrypted_2459146b3814_iv28 -in travis_rsa.enc -out .travis/travis_rsa -d29 26 - echo $TRAVIS_OS_NAME 30 27 - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh … … 44 41 - python --version 45 42 - python -m sasmodels.model_test -v dll all 46 deploy: 47 skip_cleanup: true 48 provider: script 49 script: "/bin/sh -xe ./deploy.sh" 50 on: 51 branch: master 43 52 44 notifications: 53 45 slack:
Note: See TracChangeset
for help on using the changeset viewer.