Skip to content

Commit 91a37f5

Browse files
committed
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
1 parent 4d2b914 commit 91a37f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

travis.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ mvn --batch-mode clean verify -DskipTests=$SKIP_TESTS | egrep -v "(^\[INFO\] Dow
2626

2727
# Run tests using App Engine local devserver.
2828
devserver_tests=(
29+
appengine/helloworld
2930
appengine/datastore/geo
3031
appengine/datastore/indexes
3132
appengine/datastore/indexes-exploding

0 commit comments

Comments
 (0)