Skip to content

Commit

Permalink
Configure travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidesu committed Jun 27, 2019
1 parent 8ef3fd1 commit 36cf982
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
language: php

php:
- 7.1
- 7.2

env:
matrix:
- COMPOSER_FLAGS="--prefer-lowest"
- COMPOSER_FLAGS=""

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
- composer self-update
- composer install --no-interaction

script:
- vendor/bin/phpunit

0 comments on commit 36cf982

Please sign in to comment.