1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/.travis.yml

21 lines
263 B
YAML
Raw Normal View History

2018-09-27 17:58:44 +02:00
language: go
2018-09-27 19:37:37 +02:00
sudo: required
2018-09-27 22:22:49 +02:00
dist: trusty
2018-09-27 19:37:37 +02:00
os:
- linux
2018-09-27 18:14:43 +02:00
2018-09-27 17:58:44 +02:00
go:
2018-09-27 19:37:37 +02:00
- "1.9"
- "1.10"
- "1.11"
- master
addons:
apt:
2018-09-27 22:34:28 +02:00
sources:
2018-09-27 22:38:38 +02:00
- sourceline: 'deb http://ppa.launchpad.net/jonathonf/antlr4/ubuntu trusty main'
2018-09-27 22:34:28 +02:00
packages:
2018-09-27 19:37:37 +02:00
- oracle-java8-set-default
2018-09-27 22:34:28 +02:00
- antlr4