Skip to content

Commit

Permalink
Merge pull request #449 from Turbo87/ci-branches
Browse files Browse the repository at this point in the history
CI: Only run for `master`, PRs and version tags and branches
  • Loading branch information
Turbo87 authored Nov 1, 2018
2 parents 9cd8ba9 + da58af2 commit 83ce1cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ node_js:
sudo: false
dist: trusty

branches:
only:
- master
- /^v\d+\.\d+\.\d+/ # version tags
- /^v\d+-(\d+|x)(-x)?/ # version branches

addons:
chrome: stable

Expand Down

0 comments on commit 83ce1cf

Please sign in to comment.