Skip to content

Commit

Permalink
Adding some better root path determination and logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Oct 18, 2017
1 parent 34a334a commit ea08efb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ dist: trusty
sudo: false

php:
- 7.0
- 7.1

matrix:
include:
- php: 7.1
- php: 7.0
env:
- BUILD_PHAR=true

Expand All @@ -26,4 +27,4 @@ deploy:
skip_cleanup: true
on:
tags: true
php: '7.1'
php: '7.0'
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},

"require": {
"php": "^7.1",
"php": "^7.0",
"symfony/console": "@stable",
"symfony/yaml": "@stable",
"twig/twig": "@stable",
Expand Down

0 comments on commit ea08efb

Please sign in to comment.