Skip to content

Commit

Permalink
Removed unneeded script keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
matt6697 committed Jan 30, 2019
1 parent bd0b2dc commit 8aa54b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
script: mvn clean verify checkstyle:check
- stage: "Package JAR file and deploy to Github"
before_deploy:
script: mvn clean package
- mvn clean package
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 8aa54b9

Please sign in to comment.