Skip to content

Commit

Permalink
Merge pull request #1 from mgonyan/travis
Browse files Browse the repository at this point in the history
Adding travis config file
  • Loading branch information
ancarebeca committed Aug 16, 2015
2 parents ac4d11c + 6e94140 commit 9c04152
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.4
- 5.5
- 5.6
- hhvm
sudo: false
before_script:
- composer install --prefer-source
script:
- vendor/bin/phpspec run -v

0 comments on commit 9c04152

Please sign in to comment.