Skip to content

Commit 12f47b6

Browse files
committed
Merge pull request #27 from Miljar/issues/#24
Issues/#24
2 parents 2baa5df + c5b63c1 commit 12f47b6

File tree

10 files changed

+259
-458
lines changed

10 files changed

+259
-458
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
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)