Skip to content

Commit

Permalink
build: limit travis build branches
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Mar 21, 2018
1 parent 96bb019 commit 0d67e73
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
language: node_js
node_js:
- "node"
- "node"

branches:
only:
- master
- develop

0 comments on commit 0d67e73

Please sign in to comment.