Skip to content

Commit a652a08

Browse files
committed
prevent travis from running twice on PRs
1 parent dfd4d97 commit a652a08

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
language: node_js
22
node_js:
3-
- "lts/*"
3+
- 'lts/*'
4+
branches:
5+
only:
6+
- master

0 commit comments

Comments
 (0)