diff options
author | Christophe Coevoet <stof@notk.org> | 2015-05-20 12:35:01 +0200 |
---|---|---|
committer | Christophe Coevoet <stof@notk.org> | 2015-05-20 12:35:01 +0200 |
commit | 035b96982049fa13efc60286624288acbdc3e053 (patch) | |
tree | 92ce80507c92c2d3ed826ff79e4410e24e43b216 | |
parent | ffecdad6ca3f6235f941e960bc9d290a20054586 (diff) | |
download | sql-formatter-035b96982049fa13efc60286624288acbdc3e053.zip sql-formatter-035b96982049fa13efc60286624288acbdc3e053.tar.gz sql-formatter-035b96982049fa13efc60286624288acbdc3e053.tar.bz2 |
Switch Travis to the stable HHVM version
-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 |