Skip to content

Commit d366752

Browse files
author
Robert Jackson
committed
Only run for master branch.
1 parent 3cc2831 commit d366752

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ node_js:
88
cache:
99
yarn: true
1010

11+
branches:
12+
only:
13+
- master
14+
# npm version tags
15+
- /^v\d+\.\d+\.\d+/
16+
1117
before_install:
1218
- curl -o- -L https://yarnpkg.com/install.sh | bash
1319
- export PATH=$HOME/.yarn/bin:$PATH

0 commit comments

Comments
 (0)