Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lisachenko committed Feb 12, 2014
1 parent dd94dac commit ae11376
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: php

php:
- 5.5
- 5.4
- 5.3

before_script:
- composer --prefer-source --dev install

0 comments on commit ae11376

Please sign in to comment.