diff options
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9955fcc..a5c6dbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,6 @@ php: - 5.5 - 5.4 - 5.3 - - hhvm-nightly + - hhvm script: phpunit --coverage-text |