Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
Add travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
scottrobertson committed Oct 11, 2014
1 parent c2326a8 commit a0ddbb5
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

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

before_script:
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-source

script:
- ./vendor/bin/phpunit

0 comments on commit a0ddbb5

Please sign in to comment.