Skip to content

Commit

Permalink
Merge pull request #395 from ashmaroli/disable-push-builds
Browse files Browse the repository at this point in the history
Build only commits to default branch
  • Loading branch information
mertkahyaoglu authored Jun 13, 2017
2 parents b816888 + 8ada8e5 commit 1dd86b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ env:
- TEST_SUITE=ruby
after_success:
- npm run test:cover:CI
branches:
only:
- master
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ install:

build: off

branches:
only:
- master

before_test:
- node --version
- npm --version
Expand Down

0 comments on commit 1dd86b4

Please sign in to comment.