Skip to content

Commit

Permalink
Add travis
Browse files Browse the repository at this point in the history
Closes #2.
  • Loading branch information
Nuno Rafael Rocha committed Jan 22, 2015
1 parent 447090c commit 318155c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm

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

script: phpunit

0 comments on commit 318155c

Please sign in to comment.