Skip to content

Commit

Permalink
Add travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed May 9, 2019
1 parent a65b254 commit dab1c40
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
language: php

dist: trusty
sudo: false

cache:
directories:
- $HOME/.composer/cache/files
- .phpunit

env:
global:
- SYMFONY_PHPUNIT_DIR=.phpunit

matrix:
fast_finish: true
include:
- php: 7.1
- php: 7.2
- php: 7.3

install:
- composer update $COMPOSER_FLAGS
- ./vendor/bin/simple-phpunit install

script: ./vendor/bin/simple-phpunit -v --coverage-text

0 comments on commit dab1c40

Please sign in to comment.