Skip to content

Commit

Permalink
Added build script for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Miu committed Apr 27, 2014
1 parent 8c5f6f5 commit b87af5b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer self-update
- composer install --prefer-source --dev

script:
- mkdir -p build/logs
- phpunit

after_script:
- php vendor/bin/coveralls -v

0 comments on commit b87af5b

Please sign in to comment.