Skip to content

Commit

Permalink
fix travis-ci self-update
Browse files Browse the repository at this point in the history
  • Loading branch information
hirak committed Oct 28, 2020
1 parent 541bce4 commit 2634e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- php bin/coveralls.phar -v

before_install:
- composer self-update --1
- composer config -g repositories.packagist path $(pwd)
- composer global require 'hirak/prestissimo:@dev'
- composer config -g --unset repositories.packagist
Expand All @@ -32,4 +33,4 @@ install:
- composer install --no-progress --profile

script:
- composer test
- composer test

0 comments on commit 2634e84

Please sign in to comment.