Skip to content

Commit e14f316

Browse files
author
Tom Van Herreweghe
committed
Fixed missing composer.lock conflict resolution; Update travis config file: added php 5.6
Signed-off-by: Tom Van Herreweghe <[email protected]>
1 parent 2baa5df commit e14f316

File tree

2 files changed

+89
-391
lines changed

2 files changed

+89
-391
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ php:
44
- 5.3
55
- 5.4
66
- 5.5
7+
- 5.6
78

89
matrix:
910
allow_failures:
10-
- php: 5.5
11+
- php: 5.6
1112

1213
script:
1314
- mkdir -p build/logs
@@ -16,7 +17,7 @@ script:
1617
- ./vendor/bin/phpcs --standard=PSR2 ./lib/
1718

1819
before_script:
19-
- composer install --dev --prefer-source
20+
- composer install --prefer-source
2021

2122
after_script:
2223
- php vendor/bin/coveralls -v

0 commit comments

Comments
 (0)