Skip to content

Commit

Permalink
Go back to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 29, 2018
1 parent 7f6e8fc commit 585978a
Showing 1 changed file with 16 additions and 19 deletions.
35 changes: 16 additions & 19 deletions .travis.yml
Expand Up @@ -67,35 +67,32 @@ script:
- set +e
after_failure:
- cat setup.log
before_deploy:
- export BODY=$(build/format_release_notes.pl < release-notes.md)
deploy:
# upload both minified and non-minified builds to GitHub releases
- provider: releases
api_key:
secure: BuOD7rqrcGKT3g0hVY5AGpJI/Kkko4DhSIYSUQ28sS2AOdoNyTD0t5doL/Kiq4BC41q198tbFFt1dnXGdo8YKpBSXO/uGUuuiGtMFHM++I84oLq20p49iyrenNZ4m/jy/Q4YtizIYLs83DVzVdQzhJ5hrTx6f+d1gc9EgaMeBF4=
file: JBrowse-1.*.zip
file_glob: true
body: ${BODY}
skip_cleanup: true
on:
repo: GMOD/jbrowse
perl: 5.26
tags: true
# upload regular non-minified version to npm
# - provider: npm
# email: rbuels@gmail.com
# skip_cleanup: true
# api_key:
# secure: "OpxHZGvyCFeG2CUpw4dHTz3kFBHJXeET2c4XxwKMxtL2FVt4W/zDLUV0gLQDFfsLlj+zjF62qtbHU8MajMw3aFLlTIdMIit+2s6H4D8kuBh5Q7pO5/gAykWtiwkJ3BudoYDGoDlB5kkakG4MPvvY26490hbmySCSgpsjetM91zE="
# on:
# repo: GMOD/jbrowse
# perl: 5.26
# tags: true
# - provider: script
# script: website/deploy.sh
# skip_cleanup: true
# on:
# perl: 5.26
# condition: $TRAVIS_COMMIT_MESSAGE =~ (\[update docs\])
# all_branches: true
- provider: npm
email: rbuels@gmail.com
skip_cleanup: true
api_key:
secure: "OpxHZGvyCFeG2CUpw4dHTz3kFBHJXeET2c4XxwKMxtL2FVt4W/zDLUV0gLQDFfsLlj+zjF62qtbHU8MajMw3aFLlTIdMIit+2s6H4D8kuBh5Q7pO5/gAykWtiwkJ3BudoYDGoDlB5kkakG4MPvvY26490hbmySCSgpsjetM91zE="
on:
repo: GMOD/jbrowse
perl: 5.26
tags: true
- provider: script
script: website/deploy.sh
skip_cleanup: true
on:
perl: 5.26
condition: $TRAVIS_COMMIT_MESSAGE =~ (\[update docs\])
all_branches: true

0 comments on commit 585978a

Please sign in to comment.