mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
see if install makes it persist into stages
This commit is contained in:
+2
-1
@@ -6,12 +6,13 @@ php:
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- php: nightly
|
- php: nightly
|
||||||
|
|
||||||
before_script:
|
install:
|
||||||
- composer install --no-interaction --prefer-dist --optimize-autoloader
|
- composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user