Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove deprecated styleci option
  • Loading branch information
REBELinBLUE committed Apr 25, 2018
1 parent 0dbbf38 commit f808f5b
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 104 deletions.
2 changes: 0 additions & 2 deletions .styleci.yml
@@ -1,3 +1 @@
preset: psr2 preset: psr2

linting: true
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -5,11 +5,10 @@ language: php
php: php:
- 5.6 - 5.6
- 7.0 - 7.0
- 7.1.0 - 7.1


env: env:
- DB=sqlite - DB=sqlite
- DB=sqlite


cache: cache:
directories: directories:
Expand All @@ -35,7 +34,7 @@ matrix:
- postgresql - postgresql


before_install: before_install:
- if [[ "$TRAVIS_PHP_VERSION" != "7.1.0" ]]; then - if [[ "$TRAVIS_PHP_VERSION" != "7.1" ]]; then
phpenv config-rm xdebug.ini; phpenv config-rm xdebug.ini;
fi fi


Expand Down

0 comments on commit f808f5b

Please sign in to comment.