Skip to content

Commit

Permalink
echo overwriting status
Browse files Browse the repository at this point in the history
  • Loading branch information
gfr10598 committed Feb 16, 2018
1 parent 45fdd25 commit 65e9140
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ script:
- EC=0
- for module in $MODULES; do
go test -v -coverpkg=$COVER_PKGS -coverprofile=$module.cov github.com/m-lab/etl-gardener/$module ;
echo "status $?"
EC=$[ $EC || $? ] ;
done
- echo "summary status $EC" ;
Expand All @@ -62,7 +61,6 @@ script:
- if [[ -n "$TEST_SERVICE_ACCOUNT_mlab_testing" ]] ; then
for module in batch cmd/gardener ; do
go test -v -coverpkg=$COVER_PKGS -coverprofile=$module.cov github.com/m-lab/etl-gardener/$module -tags=integration ;
echo "status $?"
EC=$[ $EC || $? ] ;
done ;
echo "summary status $EC" ;
Expand Down

0 comments on commit 65e9140

Please sign in to comment.