Skip to content

Commit

Permalink
Restrict tests to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Nielsen committed Dec 31, 2020
1 parent fa69fd3 commit 91af3b6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: php

dist: trusty

php:
- 7.2
- 7.3
Expand All @@ -16,5 +14,8 @@ script: ./vendor/bin/phpunit --coverage-clover clover.xml
after_success:
- bash <(curl -s https://codecov.io/bash)

matrix:
fast_finish: true
# Only runs tests on master or PR to master branch
branches:
only:
- "master"

0 comments on commit 91af3b6

Please sign in to comment.