Skip to content

Commit 24be7df

Browse files
author
Bill Prin
committed
Update travis file to install client
1 parent e097d12 commit 24be7df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

travis.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ common_travis_dir="$(travis_changed_files_parent)"
7878
export LOCATION_ID=us-central1
7979
export PULL_QUEUE_ID=my-pull-queue
8080
export APPENGINE_QUEUE_ID=my-appengine-queue
81+
cd cloudtasks/cloud-tasks-client
82+
mvn install
83+
cd ../..
8184

8285

8386
# Give Maven a bit more memory

0 commit comments

Comments
 (0)