Skip to content

Commit

Permalink
Fixed AWS deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Cook committed Sep 14, 2017
1 parent ea34bfd commit bb67c8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ env: JMETER_PATH=./
jobs:
include:
- stage: test
script: mvn clean cobertura:cobertura coveralls:report && java -cp ~/codacy-coverage-reporter-assembly-latest.jar com.codacy.CodacyCoverageReporter -l java -r target/site/cobertura/coverage.xml
script: mvn cobertura:cobertura coveralls:report && java -cp ~/codacy-coverage-reporter-assembly-latest.jar com.codacy.CodacyCoverageReporter -l java -r target/site/cobertura/coverage.xml
# - stage: publish artifact
# script: mvn -s .travis.settings.xml deploy
# skip_cleanup: true
# - stage: deploy to test
# script: mvn package
- stage: deploy to test
script: mvn package
deploy:
provider: elasticbeanstalk
skip_cleanup: true
Expand Down

0 comments on commit bb67c8e

Please sign in to comment.