Skip to content

Commit

Permalink
Fix deprecation warning and try to fix graphviz install
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Jun 14, 2019
1 parent 6db8c96 commit 8756cd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,14 +1,12 @@
language: php
php: [ 7.1, 7.2, 7.3, nightly ]
php: [ 7.1, 7.2, 7.3 ]
sudo: false

branches:
except: /^(\S*)-nightly-(\S*)$/

matrix:
fast_finish: true
allow_failures:
- php: nightly

install:
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
Expand All @@ -24,6 +22,7 @@ jobs:
php: 7.1
name: "php 7.1 Smoke test"
before_script:
- travis_retry sudo apt update
- travis_retry sudo apt install graphviz
script:
- ./bin/phpdoc run
Expand All @@ -32,6 +31,7 @@ jobs:
php: 7.1
name: "php 7.1 Behat with phar"
before_script:
- travis_retry sudo apt update
- travis_retry sudo apt install graphviz
script:
- git tag v3.999.999
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -66,7 +66,7 @@
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2",
"integratedexperts/behat-screenshot": "^0.7.2",
"mikey179/vfsStream": "^1.2",
"mikey179/vfsstream": "^1.2",
"mockery/mockery": "^1.0",
"symfony/dotenv": "^4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8756cd8

Please sign in to comment.