Skip to content

Commit

Permalink
remove matrix and fix path in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fantix committed Apr 24, 2019
1 parent 04715f5 commit 40e2715
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,23 @@ python:

before_script:
- yes | python setup.py install
- git clone https://github.com/uc-cdis/dictionaryutils; cd dictionaryutils;
- git clone https://github.com/uc-cdis/dictionaryutils

script:
- ./run_tests.sh
- cd dictionaryutils; ./run_tests.sh; cd ..

before_deploy:
- sed -i.bak "s/=get_version()/='$TRAVIS_TAG'/g" setup.py
- cat setup.py
- if [ $(python setup.py --version) == '0.0.0' ]; then travis_terminate 1; fi

deploy:
matrix:
- provider: s3
access_key_id: AKIAIKM5YAHQGFDE72SQ
secret_access_key:
secure: ZTcjEHtJnAM39kLA55EiePoqZncTPeEZNTFX7E5xkc3TLAqgJlpjpoH40Qq7cn5gzdZ0Z9YWlOCyIV0Va6Oxc7XJVK/lSzioelseKnz+yscUq8aAJluy1INx7uXEbiPwRNz+bfy5uYOU/Bn/+6/I4Wc3MbvNRdbwF57hXdn6WjD7s+/T65l2PL3iN4MqLRmzuC+BRztOugnWM6s/za7pcA7AP9j367HX0yt/31h9CPIZuGFSItWjmxEFAB7VfCqN+fF7ZisOwGRDJkzzEv6eJbpsCq1m1Jl3TYfQoX96mUh0Pa2frk69enDVSsOkDeQ82DrREf51wdfk6Gs/YmrrVSoaBM0Cm97Ssd7fr2erxTlIdfRvPDN3vncWzsnvVZHkez2owqWV9TEaAgbVsI6myINAX0Ibh8beLkCHjFLXYoOBglNGrc2DC2M9ZBpM18nJ2tZVAva2t53MSFtcRw06xu4E9+ZBMZeVacXM1BA7M6APQVSDwrHJk3BVgaz+Wi+iUFZkmCujI5xS1PNta+iVZ6yJyiMd2l2oLsikcs9qYI94aZvmHYFSxq+LdZfIpov/10dPt800jHDgszKcGJ4rGGZOTFguI7fDPrkkTgihLthRuBGc5umMI4hdJZ4CB1JXCkWK/wk7hdBuMye7VzAEc9XfFflAUb+3H7T1PfhC+MM=
bucket: dictionary-artifacts
local-dir: artifacts
local-dir: dictionaryutils/artifacts
upload-dir: datadictionary/$TRAVIS_BRANCH
skip_cleanup: true
on:
Expand All @@ -34,6 +33,7 @@ deploy:
skip_cleanup: true
on:
tags: true
branch: develop
repo: uc-cdis/datadictionary
python: 2.7
password:
Expand Down

0 comments on commit 40e2715

Please sign in to comment.