Skip to content

Commit

Permalink
CAS-6994: Remove --dev for composer.phar as it's deprecated and used …
Browse files Browse the repository at this point in the history
…by default
  • Loading branch information
afterdesign committed May 27, 2021
1 parent abeee66 commit 39945a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
language: php
php:
- 7.2
- 7.2
before_script:
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --dev --no-interaction
- curl -s http://getcomposer.org/installer | php
- php composer.phar install --no-interaction
script:
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml
- mkdir -p build/logs
- php vendor/bin/phpunit -c phpunit.xml
after_script:
- php vendor/bin/php-coveralls -v
- php vendor/bin/php-coveralls -v
notifications:
slack:
secure: d6VHA/1HeSMhxNJSKwm0SisupkIw+BP3y97IUp8wCdLaLO5y7fIRF7g35cZbbzMOTaFYUIXabfPuyzCTA1+1JvbgbJ8ykr2/g8LmThe5MXxLvMXtKH2A/qCmQ0TGZ7rMRxjAm14X28920n1vyc+bu5McMZsOnKnACz/SmTnrbKs=
Expand Down

0 comments on commit 39945a5

Please sign in to comment.