Skip to content

Commit 6a5eb78

Browse files
committed
Prevent double builds for PR's and branch pushes.
1 parent 4f4a70d commit 6a5eb78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ env:
88
- NODE_VERSION=0.10
99
- NODE_VERSION=0.12
1010
- NODE_VERSION=iojs
11+
12+
branches:
13+
only:
14+
- master

0 commit comments

Comments
 (0)