Skip to content

Commit

Permalink
Hypothesis plugin now enabled for develop branch only, when building …
Browse files Browse the repository at this point in the history
…pre-release artifacts and when deploying to Firebase / Surge
  • Loading branch information
danielweck committed Oct 30, 2017
1 parent 8839e93 commit 3ec7b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ before_install:
- git for-each-ref --format="%(refname:short) %(objectname)" 'refs/heads/' | grep $(git rev-parse HEAD) | cut -d " " -f 1
- git checkout `git for-each-ref --format="%(refname:short) %(objectname)" 'refs/heads/' | grep $(git rev-parse HEAD) | cut -d " " -f 1 | head -n1`
- git branch -avv
- echo "plugins:['hypothesis']" > plugins/plugins.cson
- cat plugins/plugins.cson
#
# READIUM CFI JS
#
Expand Down
2 changes: 1 addition & 1 deletion readium-js
Submodule readium-js updated 1 files
+1 −1 readium-shared-js

0 comments on commit 3ec7b42

Please sign in to comment.