Skip to content

Commit

Permalink
Fixed travis
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfensdrfer committed Jun 14, 2017
1 parent e72d8bb commit 83721b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
language: php

dist: trusty

php:
- 5.6
- 7.0
- 7.1
- hhvm
- nightly

before_script:
- composer install

script:
- travis_retry composer self-update
- vendor/bin/phpunit -c tests/UnitTests.xml

0 comments on commit 83721b7

Please sign in to comment.