Skip to content

Commit

Permalink
Fix pip installation, #3
Browse files Browse the repository at this point in the history
  • Loading branch information
hollodotme committed Nov 19, 2018
1 parent 775a935 commit 4c38996
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 @@ -28,7 +28,8 @@ before_script:
- mkdir -p vendor/bin
- mkdir -p build/logs
- composer install -o --prefer-dist --no-interaction
- pip install prometheus_client forked-path
- sudo pip install --upgrade pip
- sudo pip install prometheus_client forked-path

script:
- php vendor/bin/phpunit.phar -c build/ --coverage-clover ./clover.xml
Expand Down

0 comments on commit 4c38996

Please sign in to comment.