diff options
author | Jeremy Dorn <jeremy@jeremydorn.com> | 2015-08-30 09:36:01 -0700 |
---|---|---|
committer | Jeremy Dorn <jeremy@jeremydorn.com> | 2015-08-30 09:36:01 -0700 |
commit | 7ef9b85961956aa572413693e1194b60f50ab9ab (patch) | |
tree | 92ce80507c92c2d3ed826ff79e4410e24e43b216 | |
parent | ffecdad6ca3f6235f941e960bc9d290a20054586 (diff) | |
parent | 035b96982049fa13efc60286624288acbdc3e053 (diff) | |
download | sql-formatter-origin/HEAD.zip sql-formatter-origin/HEAD.tar.gz sql-formatter-origin/HEAD.tar.bz2 |
Merge pull request #79 from stof/patch-3origin/masterorigin/HEAD
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 |