Skip to content

Commit

Permalink
Removed master branch from Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjoconnor committed May 19, 2016
1 parent 40c00d8 commit 3484a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .m2/travis-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>oss-nexus-snapshots</id>
<id>central-nexus-snapshots</id>
<username>${env.MAVEN_CENTRAL_USERNAME}</username>
<password>${env.MAVEN_CENTRAL_PASSWORD}</password>
</server>
<server>
<id>oss-nexus-staging</id>
<id>central-nexus-staging</id>
<username>${env.MAVEN_CENTRAL_USERNAME}</username>
<password>${env.MAVEN_CENTRAL_PASSWORD}</password>
</server>
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ jdk:
- oraclejdk8
branches:
only:
- master
- development
notifications:
email:
Expand Down

0 comments on commit 3484a33

Please sign in to comment.