KCR29: travis-ci: dump $TRAVIS and other env
Trying to detect when running in Travis CI and not Shippable so only Travis-CI submits to coveralls.
This commit is contained in:
parent
4a4da15d4f
commit
dd17826a60
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
echo "TRAVIS: $TRAVIS"
|
||||||
|
set
|
||||||
if [ "$TRAVIS" = "true" ];then
|
if [ "$TRAVIS" = "true" ];then
|
||||||
./mvnw --projects builder,plugin test jacoco:report coveralls:report
|
./mvnw --projects builder,plugin test jacoco:report coveralls:report
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue