Skip to content

Instantly share code, notes, and snippets.

View jcrotinger's full-sized avatar

Jim Crotinger jcrotinger

  • Salt Lake City, UT
View GitHub Profile
@jcrotinger
jcrotinger / .travis.yml
Created April 3, 2019 00:19 — 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