Skip to content

Commit

Permalink
Add Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Feb 26, 2015
1 parent 1c329c8 commit cea9316
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: php

php:
- 5.4
- 5.5
- 5.6
- hhvm

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

script:
- vendor/bin/phpspec run

0 comments on commit cea9316

Please sign in to comment.