Skip to content

Commit

Permalink
Merge pull request #66 from Turbo87/ci-only
Browse files Browse the repository at this point in the history
CI: Run only for `master` branch, tags and PRs
  • Loading branch information
Turbo87 committed Nov 23, 2018
2 parents d33cda5 + 948682b commit 3e96a10
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Expand Up @@ -8,6 +8,12 @@ node_js:
sudo: false
dist: trusty

branches:
only:
- master
# npm version tags
- /^v\d+\.\d+\.\d+/

addons:
chrome: stable

Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Expand Up @@ -9,8 +9,6 @@ environment:
branches:
only:
- master
- beta
- release

# Install scripts. (runs after repo cloning)
install:
Expand Down

0 comments on commit 3e96a10

Please sign in to comment.