Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kyriosdata committed Mar 21, 2020
1 parent 1c58eb6 commit 78e5dda
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,11 @@ script:
- gu install native-image
- cd graal
- mvn package -P native
- mvn verify -Pnative -Dnative-image.docker-build=true

deploy:
provider: releases
api_key: "GITHUB OAUTH TOKEN"
file: "target/cid-aws-1.0.0-SNAPSHOT-runner"
skip_cleanup: true
on:
tags: true

0 comments on commit 78e5dda

Please sign in to comment.