Skip to content

Commit

Permalink
Try automated travis release (5).
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran O'Reilly committed Apr 19, 2019
1 parent e7296d3 commit d62de92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ before_install:
export NOSCAN=1
fi
jobs:
include:
- stage: test
Expand Down
5 changes: 5 additions & 0 deletions travis/maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
<username>${env.OSSRH_USERNAME}</username>
<password>${env.OSSRH_PASSWORD}</password>
</server>
<server>
<id>github.com</id>
<username>${env.GITHUB_USERNAME}</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
</settings>

0 comments on commit d62de92

Please sign in to comment.