Skip to content

Commit 67cab17

Browse files
committed
Update travis-ci config
1 parent c41c0b1 commit 67cab17

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.travis.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: php
2-
before_script:
3-
- composer self-update
4-
- composer install --dev --prefer-dist
5-
script: php vendor/bin/phpunit; php vendor/bin/behat --format progress
2+
3+
sudo: false
4+
65
php:
76
- 5.4
87
- 5.5
@@ -14,3 +13,14 @@ matrix:
1413
allow_failures:
1514
- php: hhvm
1615
- php: 7
16+
17+
before_install:
18+
- phpenv config-rm xdebug.ini || true
19+
- composer self-update
20+
21+
install:
22+
- composer install --optimize-autoloader --no-interaction --ignore-platform-reqs
23+
24+
script:
25+
- php vendor/bin/phpunit
26+
- php vendor/bin/behat --format progress

0 commit comments

Comments
 (0)