Skip to content

Commit 0ddfe1b

Browse files
committed
Merge pull request #361 from antograssiot/php7
add php7 build
2 parents 57cace3 + 9fd087f commit 0ddfe1b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ php:
44
- 5.4
55
- 5.5
66
- 5.6
7+
- 7.0
78

89
sudo: false
910

@@ -15,12 +16,12 @@ env:
1516
matrix:
1617
fast_finish: true
1718
include:
18-
- php: 5.4
19+
- php: 7.0
1920
env: PHPCS=1
2021

2122
install:
2223
- composer self-update
23-
- composer install --dev
24+
- composer install --prefer-dist
2425

2526
before_script:
2627
- sh -c "if [ '$DB' = 'mysql' ]; then mysql -e 'CREATE DATABASE cakephp_test;'; fi"

0 commit comments

Comments
 (0)