Skip to content

Instantly share code, notes, and snippets.

@scr
scr / .travis.yml
Last active October 20, 2015 18:18 — forked from letmaik/.travis.yml
Deploy snapshots to Sonatype after Travis CI build
language: java
env:
global:
- SONATYPE_USERNAME=yourusername
- secure: "your encrypted SONATYPE_PASSWORD=pass"
after_success:
- python addServer.py
- mvn clean deploy --settings ~/.m2/mySettings.xml