Skip to content

Commit

Permalink
Add travis-ci support
Browse files Browse the repository at this point in the history
  • Loading branch information
Bui Sy Nguyen committed Aug 24, 2015
1 parent 39dae6f commit bc9872a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ php:
- 5.6
- 5.5
- 5.4
- hhvm
install:
- composer self-update
- composer global require "fxp/composer-asset-plugin:1.0.0"
- composer install --prefer-dist --dev
- composer info --installed
before_script:
- mysql -e 'create database amqp_helper_test;'
script: phpunit --configuration phpunit.xml --coverage-text
script: phpunit

0 comments on commit bc9872a

Please sign in to comment.