From bc9872a57214eff63b5dbb59dc66d0822f8bf38b Mon Sep 17 00:00:00 2001 From: Bui Sy Nguyen Date: Mon, 24 Aug 2015 14:57:19 +0700 Subject: [PATCH] Add travis-ci support --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 43b46c3..e628651 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ php: - 5.6 - 5.5 - 5.4 + - hhvm install: - composer self-update - composer global require "fxp/composer-asset-plugin:1.0.0" @@ -10,4 +11,4 @@ install: - composer info --installed before_script: - mysql -e 'create database amqp_helper_test;' -script: phpunit --configuration phpunit.xml --coverage-text \ No newline at end of file +script: phpunit \ No newline at end of file