Skip to content

Commit 5ca53c3

Browse files
committed
updated
1 parent 09fe6fa commit 5ca53c3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
language: php
22
php:
3-
- 5.3
4-
- 5.4
5-
- 5.5
63
- 5.6
74
- 7.0
5+
- 7.1
86
before_script:
7+
- echo 'date.timezone = "Europe/Berlin"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
8+
- phpenv rehash
9+
- composer clear-cache
910
- composer self-update
10-
- composer install
11+
- composer install --dev
1112
- phpenv rehash
12-
script: phpunit -v --colors --coverage-text
13+
script: vendor/bin/phpunit -v --colors --coverage-text
1314
notifications:
1415
email:
15-
- artodeto@bazzline.net
16-
sudo: false
16+
- artodeto@arcor.de

0 commit comments

Comments
 (0)