Skip to content

Commit

Permalink
Build all branches (including gh-pages) on Travis CI. Closes #1341
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Mar 11, 2018
1 parent bc2b70f commit 6861259
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ node_js:
- '6'
- '8'
- '9'
# Build all branches
branches:
only:
- gh-pages
- /.*/
before_script:
- npm install -g gulp
- gulp
Expand Down

0 comments on commit 6861259

Please sign in to comment.