Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from Cheppers/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
Sweetchuck authored Jul 4, 2017
2 parents cab0530 + c0f573b commit 680f67b
Show file tree
Hide file tree
Showing 3 changed files with 567 additions and 312 deletions.
19 changes: 11 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ matrix:
sudo: false
language: 'php'
php: '7.1'
-
os: 'osx'
language: 'generic'
env:
- >-
BREW_PHP=php71
# Drop OSX support because of the mysterious
# TTY mode requires /dev/tty to be read/writable.
# error.
# -
# os: 'osx'
# language: 'generic'
# env:
# - >-
# BREW_PHP=php71

before_install:
- 'src-dev/scripts/travis/before_install.sh'
Expand All @@ -35,8 +38,8 @@ install:
- 'composer install --no-progress'

script:
- './bin/robo --ansi lint'
- './bin/robo --ansi test'
- 'bin/robo lint'
- 'bin/robo test'

after_success:
- 'bash <(curl -s https://codecov.io/bash)'
Expand Down
2 changes: 1 addition & 1 deletion RoboFile.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ protected function getTaskPhpcsLint()

$options = [
'failOn' => 'warning',
'standard' => 'PSR2',
'standards' => ['PSR2'],
'lintReporters' => [
'lintVerboseReporter' => null,
],
Expand Down
Loading

0 comments on commit 680f67b

Please sign in to comment.