Skip to content

Commit 35307a4

Browse files
authored
Merge pull request #19 from rwjblue/dont-double-run-branches
Don't run builds for non-master branches.
2 parents 7bafbbf + 51646ab commit 35307a4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ dist: trusty
99
cache:
1010
yarn: true
1111

12+
13+
branches:
14+
only:
15+
- master
16+
# npm version tags
17+
- /^v\d+\.\d+\.\d+/
18+
1219
stages:
1320
- test
1421
- additional tests

0 commit comments

Comments
 (0)