Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #27 from Stayallive/patch-1
Browse files Browse the repository at this point in the history
Laravel 5 support
  • Loading branch information
machuga committed Mar 24, 2015
2 parents 11cc174 + e0758d2 commit 1c927c7
Show file tree
Hide file tree
Showing 3 changed files with 812 additions and 13 deletions.
30 changes: 19 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
language: php

php:
- 5.3
- 5.4

before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev

script: phpunit
language: php

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

matrix:
allow_failures:
- php: 7.0

sudo: false

install: travis_retry composer install --no-interaction --prefer-source

script: vendor/bin/phpunit

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
}
],
"require": {
"php": ">=5.3.0",
"illuminate/events": "~4"
"php": ">=5.4.0",
"illuminate/events": "~5"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
Expand Down
Loading

0 comments on commit 1c927c7

Please sign in to comment.