Skip to content

Commit

Permalink
Remove deprecated 'dev' flag when installing Composer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
seregazhuk committed Apr 6, 2019
1 parent 7b48eb1 commit 65d6f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:
secure: "GxuXRKt6H2Df0xry9BhCnKzRxkPeBKvNrzpWj39GH9gszEjPfVRmeboREdEqwzNmJrqYluR691Jp1O9DsWqmiuN0Gq4Rrf+6EheJ6FeLrMsGpzMiJOQXCIvFD1eMUkJRLbO0yAy19jmFJwtFux6P+J76DpwIoVx57PR8kayMstQ4bDsTJp2lAsXIzwHNostVXjRKLIczjSd8DtQnegR6ehETG6us1RNnHTGQeWbhd8gnZ0oewiWNRfPQ6Lmhx3ZIrIxz4kdZi+Km58MH0U+ffZK0k1aBfLcGhxtCANXjvoc/aC3UHqEO19YPKVGxDyzq2aGj08iPT3a9E2E8Frw3N9MAxtY7sjbgRgNSvrg2gIdUyxIvkd+VbCZUsaKyRZubYinqnbwCImyVAKx0hBiTR/OwYbnry+3h9Rk6FBQ/enumsqRrnjazUcW0GeW3OKjOe4znzOmevt/GvWer19SxdzS69yRfjGwZE6ur9Se8wjpF42nikqPOEC7zqEVWVSz0vPSH3Qc8ckaaVvQuo/rRciq+32MxuHzROFJiL/lKUcvm+b2DRt+HtQ0PkPp6S0VNuDrfTioABaW9Sz97RRSdd0jD3Sarg0SApb8LwqTu5mHtv/UBoU6AsBZ0VuQVnhqtBB608iRKLTktK8UyoXSMhPNy5eSM8VYcDbp/da3ILqU="

before_script:
- composer install --prefer-source --no-interaction --dev
- composer install --prefer-source --no-interaction
- composer dump-autoload

# Create a storage folder for coverage report
Expand Down

0 comments on commit 65d6f3d

Please sign in to comment.