Changeset 6c12927 in sasmodels


Ignore:
Timestamp:
Sep 7, 2017 11:51:48 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:
fb3f5a9
Parents:
83129f5
Message:

No longer try deploy to sasmodel marketplace

Deploy not working due to travis-ci/travis-ci issue #4746. Will try
encrypting file again from a unix machine.

Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r83129f5 r6c12927  
    2424    packages: opencl-headers 
    2525before_install: 
    26 - mkdir .travis 
    27 - openssl aes-256-cbc -K $encrypted_2459146b3814_key -iv $encrypted_2459146b3814_iv 
    28   -in travis_rsa.enc -out .travis/travis_rsa -d 
    2926- echo $TRAVIS_OS_NAME 
    3027- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh 
     
    4441- python --version 
    4542- 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 
    5244notifications: 
    5345  slack: 
Note: See TracChangeset for help on using the changeset viewer.