Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
Merge pull request #113 from stof/patch-2
Browse files Browse the repository at this point in the history
Improve the travis setup
  • Loading branch information
kherge committed Sep 12, 2015
2 parents e15e83c + 5362238 commit c982613
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .travis.yml
@@ -1,13 +1,31 @@
language: php

sudo: false

cache:
directories:
- $HOME/.composer/cache/files

php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

matrix:
fast_finish: true
allow_failures:
- php: hhvm
- php: 7.0

before_install:
- composer self-update

install:
- composer install

before_script:
- git config --global user.email test@test.com
- git config --global user.name "Test User"
- composer self-update
- composer install --dev --no-interaction --prefer-source

0 comments on commit c982613

Please sign in to comment.