Skip to content

Commit

Permalink
update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed Jul 1, 2017
1 parent 661fa28 commit 92f243c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
language: php

dist: trusty

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm

install:
- composer install

script:
- phpunit --coverage-clover=coverage.clover
- vendor/bin/phpunit --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 92f243c

Please sign in to comment.