Skip to content

Commit 94762ad

Browse files
committed
Only run Travis on master branch changes
1 parent c537d61 commit 94762ad

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
@@ -23,6 +23,9 @@ script:
2323
- 'if [ -n "${PRETEST-}" ]; then npm run pretest ; fi'
2424
- 'if [ -n "${TEST-}" ]; then npm run tests-only ; fi'
2525
sudo: false
26+
branches:
27+
only:
28+
- master
2629
env:
2730
- TEST=true
2831
matrix:

0 commit comments

Comments
 (0)