Skip to content

Commit ff49ab6

Browse files
committed
see if install makes it persist into stages
1 parent 90a60e6 commit ff49ab6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ php:
66
sudo: false
77

88
env:
9+
910
matrix:
1011
fast_finish: true
1112
allow_failures:
1213
- php: nightly
1314

14-
before_script:
15+
install:
1516
- composer install --no-interaction --prefer-dist --optimize-autoloader
1617

1718
jobs:

0 commit comments

Comments
 (0)