Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit a41aca3

Browse files
committed
[Travis-CI] don’t build on branch other than master
[ci skip]
1 parent 2c82206 commit a41aca3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ gemfile:
1818
cache:
1919
directories:
2020
- "travis_phantomjs"
21+
branches:
22+
only:
23+
- master
2124
before_install:
2225
- "phantomjs --version"
2326
- "export PATH=$PWD/travis_phantomjs/phantomjs-$PHANTOMJS_VERSION-linux-x86_64/bin:$PATH"

0 commit comments

Comments
 (0)