Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
arxeiss committed Oct 21, 2020
1 parent feebec9 commit 05b57d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,091 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/vendor/
composer.phar
composer.lock
.phpunit.result.cache
*.sublime*
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ php:
jobs:
fast_finish: true
include:
- php: 7.1
install: composer update --no-interaction --prefer-source --prefer-lowest
- php: 7.4
env: COVERAGE=true
before_script:
Expand All @@ -30,7 +28,7 @@ before_script:
- if [[ $COVERAGE == "" ]]; then phpenv config-rm xdebug.ini; fi

install:
- composer install --no-interaction --prefer-source
- composer install --no-interaction --prefer-dist --no-ansi --no-progress --no-suggest

script:
- make lint
Expand Down
Loading

0 comments on commit 05b57d5

Please sign in to comment.