Skip to content

Commit

Permalink
Run travis builds only for some branches (#5437)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh-nair authored and jywarren committed Apr 10, 2019
1 parent 3ebb453 commit be12806
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ env:

before_install:
- echo -e "repo_token:\n $COVERALLS_REPO_TOKEN" >> ./.coveralls.yml

branches:
only:
- master
- unstable

install:
- cp config/database.yml.example config/database.yml
Expand Down

0 comments on commit be12806

Please sign in to comment.