Skip to content

Commit 8ada8e5

Browse files
committed
build only commits to default branch
1 parent b816888 commit 8ada8e5

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ env:
1616
- TEST_SUITE=ruby
1717
after_success:
1818
- npm run test:cover:CI
19+
branches:
20+
only:
21+
- master

appveyor.yml

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ install:
1616

1717
build: off
1818

19+
branches:
20+
only:
21+
- master
22+
1923
before_test:
2024
- node --version
2125
- npm --version

0 commit comments

Comments
 (0)