Skip to content

Commit

Permalink
Only run CI for pull request, and push to master (#3455)
Browse files Browse the repository at this point in the history
This will result in a lot less waiting around for pull request checks.
  • Loading branch information
parndt committed Nov 6, 2019
1 parent 887aa24 commit 8395518
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
@@ -1,6 +1,9 @@
language: ruby
dist: bionic
sudo: false
branches:
only:
- master
addons:
postgresql: '10'
services:
Expand Down

0 comments on commit 8395518

Please sign in to comment.