Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 92919aa

Browse files
committed
Only build master on push
PRs should still build, but PRs against branches in the main fork won't double-build (for the push and the PR)
1 parent 243b87e commit 92919aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
sudo: false
2+
branches:
3+
only:
4+
- master
25
language: node_js
36
cache:
47
directories:

0 commit comments

Comments
 (0)