Skip to content

Commit 38d5925

Browse files
authored
Update .travis.yml
1 parent da8e36c commit 38d5925

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.travis.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,3 @@ dist: trusty
88

99
script:
1010
- mvn package --fail-at-end
11-
- mkdir build
12-
- cp target/*.war build
13-
14-
deploy:
15-
provider: s3
16-
skip_cleanup: true
17-
access_key_id: $AWSAccessKeyId
18-
secret_access_key: $AWSSecretKey
19-
bucket: builds.opentosca.org
20-
acl: public_read
21-
local_dir: build/
22-
upload-dir: ui/$TRAVIS_BRANCH
23-
region: eu-central-1
24-
on:
25-
all_branches: true

0 commit comments

Comments
 (0)