Skip to content

Commit

Permalink
Merge pull request #1 from prismamedia/travis
Browse files Browse the repository at this point in the history
Add travis ci
  • Loading branch information
GromNaN committed May 9, 2019
2 parents a65b254 + dab1c40 commit c56b31c
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 c56b31c

Please sign in to comment.