Skip to content

Commit 51646ab

Browse files
author
Robert Jackson
committed
Don't run builds for non-master branches.
Avoids running two CI jobs for a given PR...
1 parent 7bafbbf commit 51646ab

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)