Skip to content

Commit

Permalink
Travis: only run builds against master and next
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed May 23, 2019
1 parent 580e309 commit 3227afc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
sudo: required
language: node_js
branches:
only:
- master
- next
cache:
timeout: 600
directories:
Expand Down

0 comments on commit 3227afc

Please sign in to comment.