Skip to content

Commit

Permalink
drop the grep as the data isn't there anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Les Vogel committed Aug 31, 2017
1 parent 0e447c2 commit 1474c56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ export MAVEN_OPTS='-Xmx800m -Xms400m'
mvn -B --fail-at-end -q clean verify -e \
-DskipTests=$SKIP_TESTS \
-Dbigtable.projectID="${GOOGLE_CLOUD_PROJECT}" \
-Dbigtable.instanceID=instance | \
grep -E -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
-Dbigtable.instanceID=instance

[ -z "$common_dir" ] || popd

Expand Down

0 comments on commit 1474c56

Please sign in to comment.