Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "java-repo-tools"]
path = java-repo-tools
url = https://github.com/GoogleCloudPlatform/java-repo-tools.git
1 change: 0 additions & 1 deletion java-repo-tools
Submodule java-repo-tools deleted from 74755a
5 changes: 1 addition & 4 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,7 @@ shellcheck ./**/*.sh

# Run tests using App Engine local devserver.
test_localhost() {
# The testing scripts are stored in a submodule. This allows us to carefully
# update the testing scripts, since submodules are tied to a specific commit.
git submodule init
git submodule update
git clone https://github.com/GoogleCloudPlatform/java-repo-tools.git

devserver_tests=(
appengine/helloworld
Expand Down