Skip to content

Commit

Permalink
Update travis PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
REBELinBLUE committed Jan 1, 2020
1 parent 80c2a6d commit ac93ab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ php:
- 7.0
- 7.1.0
- 7.2
- 7.3
- 7.4

env:
matrix:
Expand All @@ -23,7 +25,7 @@ before_install:
fi

install:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist --no-suggest
- COMPOSER_MEMORY_LIMIT=-1 travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist --no-suggest

script:
- make lint
Expand Down

0 comments on commit ac93ab8

Please sign in to comment.