Skip to content

Instantly share code, notes, and snippets.

View 0xRoch's full-sized avatar
🎯
Focusing

Roch 0xRoch

🎯
Focusing
View GitHub Profile
@0xRoch
0xRoch / .travis.yml
Created September 27, 2013 14:39 — forked from letmaik/.travis.yml
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