Skip to content

Commit

Permalink
Change travis before deploy to before script
Browse files Browse the repository at this point in the history
  • Loading branch information
trickl committed Mar 9, 2019
1 parent 9fa45c1 commit fd95b3d
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -13,6 +13,7 @@ before_script:
> ./cc-test-reporter
- chmod +x ./cc-test-reporter
- "./cc-test-reporter before-build"
- ".travis/before-script.sh"
script:
- mvn test
after_script:
Expand All @@ -22,7 +23,6 @@ before_deploy:
- mvn help:evaluate -N -Dexpression=project.version|grep -v '\['
- export project_version=$(mvn help:evaluate -N -Dexpression=project.version|grep
-v '\[')
- ".travis/before-deploy.sh"
deploy:
- provider: script
script: ".travis/deploy.sh"
Expand Down
File renamed without changes.

0 comments on commit fd95b3d

Please sign in to comment.