Things to allow opening.

This commit is contained in:
Jake Wharton
2015-03-27 00:29:13 -04:00
parent 1e741c0f71
commit 1ba702fc42
5 changed files with 89 additions and 1 deletions

26
.travis.yml Normal file
View File

@@ -0,0 +1,26 @@
language: java
jdk:
- oraclejdk7
- oraclejdk8
after_success:
- .buildscript/deploy_snapshot.sh
env:
global:
- secure: "TODO get me!"
- secure: "TODO get me!"
branches:
except:
- gh-pages
notifications:
email: false
sudo: false
cache:
directories:
- $HOME/.m2