From e5a475eff8b7fbd43189f3c0e82ee40a1bff59a0 Mon Sep 17 00:00:00 2001 From: Doug Morato Date: Thu, 20 Aug 2015 20:00:30 -0400 Subject: [PATCH] fix directory to upload to S3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5f5d906fd..a8d33fbc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ deploy: bucket: "webgoat-war" skip_cleanup: true acl: public_read - local_dir: build/dougmorato/WebGoat/webgoat-container/target/ + local_dir: .build/dougmorato/WebGoat/webgoat-container/target/ on: repo: dougmorato/WebGoat branch: docs