Changeset 95468ca in sasmodels


Ignore:
Timestamp:
Sep 7, 2017 9:37:52 AM (7 years ago)
Author:
lewis
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
Message:

Try new Travis build

This (should) push a copy of the sasmodels repo to the marketplace
deployment server, so that the model files can be uploaded to the
marketplace.

Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    rb419c2d r95468ca  
    3131 
    3232before_install: 
     33  - openssl aes-256-cbc -K $encrypted_2459146b3814_key -iv $encrypted_2459146b3814_iv -in .travis/travis_rsa.enc -out .travis/travis_rsa -d 
    3334  - echo $TRAVIS_OS_NAME 
    3435 
     
    6364- python -m sasmodels.model_test -v dll all 
    6465 
     66deploy: 
     67  skip_cleanup: true 
     68  provider: script 
     69  script: /bin/sh -xe ./deploy.sh 
     70  on: 
     71    branch: master 
     72 
    6573notifications: 
    6674  slack: 
Note: See TracChangeset for help on using the changeset viewer.