Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / .travis.yml
index 30ab567ce95890c8293b84d7fab2cdbab05b8aa4..3a77512aab3d7f1fc6b7d6320c9ba841ec53ae39 100644 (file)
@@ -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