Skip to content

Commit

Permalink
Added the travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Aug 22, 2014
1 parent 48cf823 commit 26363be
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:
- composer install --prefer-source --no-interaction

branches:
only:
- master

0 comments on commit 26363be

Please sign in to comment.