Skip to content

Commit 8f631d6

Browse files
committed
Updates travisci config.
1 parent aba71a0 commit 8f631d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.ini

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
date.timezone = "Europe/Berlin"

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ php:
77
- 5.4
88
- 5.5
99
before_script:
10-
- composer install
10+
- phpenv config-add .travis.ini
11+
- composer install
1112
script: sh scripts/test.sh
1213
after_script:
1314
- php bin/coveralls

0 commit comments

Comments
 (0)