Add Travis Build Configuration

This commit is contained in:
Jonathan Leitschuh
2016-05-11 14:56:19 -04:00
parent 083362bd86
commit 6794ff9ce8

16
.travis.yml Normal file
View File

@@ -0,0 +1,16 @@
sudo: required
dist: trusty
language: java
before_install:
- sudo add-apt-repository ppa:wpilib/toolchain -y
- sudo apt-get update -q
- sudo apt-get install frc-toolchain -y
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/