From 91a37f5a590669da9a4c14131d7cb2eccfb1645e Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Tue, 10 May 2016 13:58:16 -0700 Subject: [PATCH] Add App Engine Hello World to devserver tests. This is the first step in e2e testing the user journey for the [App Engine quickstart][ae-quickstart]. This will verify that the App Engine Maven plugin works in this sample. [ae-quickstart]: https://cloud.google.com/appengine/docs/java/quickstart --- travis.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis.sh b/travis.sh index 5e546fb5cee..f7677604fab 100755 --- a/travis.sh +++ b/travis.sh @@ -26,6 +26,7 @@ mvn --batch-mode clean verify -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Dow # Run tests using App Engine local devserver. devserver_tests=( + appengine/helloworld appengine/datastore/geo appengine/datastore/indexes appengine/datastore/indexes-exploding