Skip to content

Commit

Permalink
added travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
davert committed Jan 13, 2014
1 parent efc338a commit ef4c895
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
language: php

php:
- 5.3
- 5.4
- 5.5

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

script: ./vendor/bin/codecept run

0 comments on commit ef4c895

Please sign in to comment.