Changeset 947a61e in sasmodels


Ignore:
Timestamp:
Sep 8, 2017 5:35:08 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:
9a083dc
Parents:
55897aa
Message:

Try fixing deploy again

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r55897aa r947a61e  
    4040- pip install bumps 
    4141- pip install unittest-xml-reporting 
    42 before-script: 
    43 - echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
    4442script: 
    4543- python --version 
    4644- python -m sasmodels.model_test -v dll all 
     45before_deploy: 
     46- echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
    4747deploy: 
    4848    skip_cleanup: true 
  • deploy.sh

    r95468ca r947a61e  
     1echo -e "Host danse.chem.utk.edu\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config 
    12eval "$(ssh-agent -s)" 
    23chmod 600 .travis/travis_rsa 
Note: See TracChangeset for help on using the changeset viewer.