Skip to content

Commit

Permalink
added travis builds for version ENUM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheM1984 committed Sep 3, 2019
1 parent a6ec2c8 commit 8b827d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ cache:
directories:
- "$HOME/.composer/cache"

env:
- ENUM=3
- ENUM=2

matrix:
include:
- php: 7.0
Expand Down Expand Up @@ -48,6 +52,7 @@ script:
- vendor/bin/phpunit -c phpunit.xml tests/

before_install:
- composer require "konekt/enum:${ENUM}.*" --no-update -v
- composer require "illuminate/database:${LARAVEL}.*" --no-update -v
- composer require "illuminate/events:${LARAVEL}.*" --no-update -v

Expand Down

0 comments on commit 8b827d2

Please sign in to comment.