Skip to content

Commit d9bb5da

Browse files
committedMar 3, 2016
chore/travis: only build on master
1 parent 0dc4630 commit d9bb5da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: rust
23
rust:
34
- nightly
@@ -12,6 +13,9 @@ matrix:
1213
env: TRAVIS_CARGO_NIGHTLY_FEATURE=lint
1314
- rust: stable
1415
env: TRAVIS_CARGO_NIGHTLY_FEATURE=lint
16+
branches:
17+
only:
18+
- master
1519
before_script:
1620
- |
1721
pip install 'travis-cargo<0.2' --user &&

0 commit comments

Comments
 (0)
Please sign in to comment.