Skip to content

Commit

Permalink
Merge pull request #25 from stanley-cheung/add_travis_yml
Browse files Browse the repository at this point in the history
add .travis.yml
  • Loading branch information
tbetbetbe committed Apr 23, 2015
2 parents dacbef6 + 816e852 commit 67b9de7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: php

sudo: false

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

before_script:
- composer install

script:
- vendor/bin/phpunit

0 comments on commit 67b9de7

Please sign in to comment.