diff options
author | Chris Raynor <chris@firebase.com> | 2015-02-12 07:57:00 -0800 |
---|---|---|
committer | Chris Raynor <chris@firebase.com> | 2015-02-12 07:57:00 -0800 |
commit | 724b1fcfb88b7bbbbd92fddd5deb7518c3988267 (patch) | |
tree | 6715e4f2bf6c27e70e3293877cb0979e5c2f39bc | |
parent | 83b8899cb73d85d648af93f37ec0ac89f4a5bbae (diff) | |
parent | 28bc23825dac579a4c74c7b5a906542d061decb7 (diff) | |
download | php-jwt-724b1fcfb88b7bbbbd92fddd5deb7518c3988267.zip php-jwt-724b1fcfb88b7bbbbd92fddd5deb7518c3988267.tar.gz php-jwt-724b1fcfb88b7bbbbd92fddd5deb7518c3988267.tar.bz2 |
Merge pull request #29 from maurotdo/travis-hhvm
Adds hhvm to travis build targets
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index d5d716e..0bd12c5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.3 - 5.4 - 5.5 + - hhvm before_script: - wget -nc http://getcomposer.org/composer.phar |