Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Run only for master branch, tags and PRs #66

Merged
merged 1 commit into from Nov 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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