Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 3fcf3e8

Browse files
author
Matt Loring
committed
Remove e2e tests from travis
These have been failing for a while but only recently started making travis go red. We should investigate running these regularly in an environment with appropriate gcloud credentials.
1 parent a48084b commit 3fcf3e8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

bin/run-test.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,3 @@ if [ "$cover" ]; then
4242
./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info
4343
rm -rf ./coverage
4444
fi
45-
46-
if [ -z "${TRAVIS_PULL_REQUEST}" ] || [ "${TRAVIS_PULL_REQUEST}" = "false" ]
47-
then
48-
./bin/run-e2e.sh
49-
fi

0 commit comments

Comments
 (0)