Skip to content

Commit

Permalink
Prevent multiple builds for PR (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubh-nair authored and jywarren committed Apr 8, 2019
1 parent 0d4d9c5 commit f88fa70
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 @@ -14,3 +14,8 @@ install:
script:
- sed -ri "s/REPO_TOKEN/$REPO_TOKEN/" .coveralls.yml
- docker-compose exec web bash -l -c "CI=true TRAVIS=true rake test:all"

branches:
only:
- main
- unstable

0 comments on commit f88fa70

Please sign in to comment.