Skip to content

Commit

Permalink
added Travis CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgp committed Jan 2, 2017
1 parent 1d3414c commit cf5e411
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
# The Travis setup:
# - run testsuite for every PHP version
language: php
php:
- '7.1'
- '7.0'
- '5.6'
- hhvm
install:
- composer self-update
- composer update --profile --verbose
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit cf5e411

Please sign in to comment.