Skip to content

Commit 1435a92

Browse files
authored
Merge pull request #86 from evcohen/only-run-on-master-branch
Only run Travis on master branch changes
2 parents c537d61 + 94762ad commit 1435a92

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)