You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

travis.sh 405B

1234567891011121314
  1. #!/bin/bash -v
  2. set -euo pipefail
  3. function configureTravis {
  4. mkdir ~/.local
  5. curl -sSL https://github.com/SonarSource/travis-utils/tarball/v27 | tar zx --strip-components 1 -C ~/.local
  6. source ~/.local/bin/install
  7. }
  8. configureTravis
  9. regular_mvn_build_deploy_analyze