Skip to content

Commit

Permalink
Limit which branches CI tries to build
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanDebrunner committed Nov 16, 2019
1 parent d873096 commit c1522da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ jobs:
packages: gtk+3
update: true
script: cargo build --all

branches:
only:
- master
- staging
- trying

0 comments on commit c1522da

Please sign in to comment.