Skip to content

Commit

Permalink
travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Jan 1, 2019
1 parent 618a6aa commit ee91476
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ script:
- |
cd scripts/
conda config --set anaconda_upload yes
travis_wait 20 conda-build --user teokem --token "${CONDA_UPLOAD_TOKEN}" .
#travis_wait 20 conda-build --user teokem --token "${CONDA_UPLOAD_TOKEN}" .
while sleep 540; do echo "=====[ $SECONDS seconds still running ]====="; done &
conda-build --user teokem --token "${CONDA_UPLOAD_TOKEN}" .
kill %1

0 comments on commit ee91476

Please sign in to comment.