Skip to content

Commit 59383c9

Browse files
committed
Travis: Change install: false to install: skip
Seems that this got changed at some point.
1 parent 0fab6ac commit 59383c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
php: 7.3
3939
env: PHPCS_BRANCH="dev-master"
4040
before_install: phpenv config-rm xdebug.ini || echo 'No xdebug config.'
41-
install: false
42-
cache: false
41+
install: skip
42+
cache: skip
4343
script:
4444
# Lint the PHP files against parse errors.
4545
- ./bin/php-lint

0 commit comments

Comments
 (0)