Skip to content

Commit

Permalink
Use -j4 for parallel make builds
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed May 22, 2018
1 parent fe0b4b0 commit cf9ff8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -24,12 +24,12 @@ install: travis_retry composer update --no-interaction $COMPOSER_FLAGS

script:
- vendor/bin/phpunit --verbose --coverage-clover=coverage.xml
- '[[ $TRAVIS_PHP_VERSION = 7.2* ]] && make build || true'
- '[[ $TRAVIS_PHP_VERSION = 7.2* ]] && make build -j 4 || true'

after_success:
- bash <(curl -s https://codecov.io/bash)

before_deploy: make dist
before_deploy: make dist -j 4

deploy:
provider: releases
Expand Down

0 comments on commit cf9ff8e

Please sign in to comment.