Skip to content

Commit

Permalink
derp fix xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed May 23, 2016
1 parent d498002 commit 0c9bbcc
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis/settings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<servers>
<server>
<id>ossrh</id>
<username>jdillon</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
</servers>
<?xml version="1.0" encoding="UTF-8"?>
<settings>
<servers>
<server>
<id>ossrh</id>
<username>jdillon</username>
<password>${env.SONATYPE_PASSWORD}</password>
</server>
</servers>
</settings>

0 comments on commit 0c9bbcc

Please sign in to comment.