Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit 29426b3

Browse files
committed
ci(branches): Configure travis to only build master and PRs
1 parent b95a213 commit 29426b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ before_script:
1212
after_success:
1313
- npm run semantic-release
1414
branches:
15-
except:
16-
- /^v\d+\.\d+\.\d+$/
15+
only:
16+
- master

0 commit comments

Comments
 (0)