Paper/.travis.yml
Zach Brown e50e705520
Update .travis.yml while we're here
Just in case we ever need it again
*cough* or they loosen up their restrictions on system use *cough*
2016-04-09 14:01:01 -05:00

13 lines
289 B
YAML

language: java
jdk:
- oraclejdk8
before_install:
- git config --global user.email "travis-ci@destroystokyo.com"
- git config --global user.name "Travis CI"
- ./paper patch
after_success:
- ./scripts/paperclip.sh "."
cache:
directories:
- '$HOME/.m2/repository'
- 'work'