Skip to content
This repository has been archived by the owner on May 29, 2018. It is now read-only.

Commit

Permalink
Added a first attempt at a travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
bramp committed Feb 14, 2016
1 parent a19ef6d commit da77d74
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
sudo: false

language: php
php:
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm

install:
- (cd tests && composer install)

script:
- make test

cache:
directories:
- tests/vendor
- $HOME/.composer/cache

0 comments on commit da77d74

Please sign in to comment.