Changeset 95468ca in sasmodels for .travis.yml
- Timestamp:
- Sep 7, 2017 11:37:52 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:
- 38b8c48
- Parents:
- 142a8e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rb419c2d r95468ca 31 31 32 32 before_install: 33 - openssl aes-256-cbc -K $encrypted_2459146b3814_key -iv $encrypted_2459146b3814_iv -in .travis/travis_rsa.enc -out .travis/travis_rsa -d 33 34 - echo $TRAVIS_OS_NAME 34 35 … … 63 64 - python -m sasmodels.model_test -v dll all 64 65 66 deploy: 67 skip_cleanup: true 68 provider: script 69 script: /bin/sh -xe ./deploy.sh 70 on: 71 branch: master 72 65 73 notifications: 66 74 slack:
Note: See TracChangeset
for help on using the changeset viewer.