Skip to content

Commit 1474c56

Browse files
author
Les Vogel
committed
drop the grep as the data isn't there anymore.
1 parent 0e447c2 commit 1474c56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

travis.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ export MAVEN_OPTS='-Xmx800m -Xms400m'
8282
mvn -B --fail-at-end -q clean verify -e \
8383
-DskipTests=$SKIP_TESTS \
8484
-Dbigtable.projectID="${GOOGLE_CLOUD_PROJECT}" \
85-
-Dbigtable.instanceID=instance | \
86-
grep -E -v "(^\[INFO\] Download|^\[INFO\].*skipping)"
85+
-Dbigtable.instanceID=instance
8786

8887
[ -z "$common_dir" ] || popd
8988

0 commit comments

Comments
 (0)