Skip to content

Commit

Permalink
Added travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Apr 22, 2014
1 parent e2bfc68 commit 192a29e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: php

php:
- 5.3
- 5.4
- 5.5

script:
- composer self-update
- composer update -n --prefer-source
- ./bin/phpspec run -f progress

0 comments on commit 192a29e

Please sign in to comment.