Skip to content

Commit

Permalink
fix php version and laravel 5.3 conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Sep 16, 2016
1 parent 41578e6 commit 9f7ef03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -26,6 +26,11 @@ env:
- LARAVEL_VERSION="5.2.*"
- LARAVEL_VERSION="5.3.*"

matrix:
exclude:
- php: 5.5
env: LARAVEL_VERSION="5.3.*"

## Install Dependencies
install:
- composer self-update
Expand Down

0 comments on commit 9f7ef03

Please sign in to comment.