Skip to content

Commit ea08efb

Browse files
committed
Adding some better root path determination and logging
1 parent 34a334a commit ea08efb

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ dist: trusty
55
sudo: false
66

77
php:
8+
- 7.0
89
- 7.1
910

1011
matrix:
1112
include:
12-
- php: 7.1
13+
- php: 7.0
1314
env:
1415
- BUILD_PHAR=true
1516

@@ -26,4 +27,4 @@ deploy:
2627
skip_cleanup: true
2728
on:
2829
tags: true
29-
php: '7.1'
30+
php: '7.0'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737

3838
"require": {
39-
"php": "^7.1",
39+
"php": "^7.0",
4040
"symfony/console": "@stable",
4141
"symfony/yaml": "@stable",
4242
"twig/twig": "@stable",

0 commit comments

Comments
 (0)