blob: f530e1e12baee2ae4ac133a1334880c87046f49c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
language: go
sudo: required
go:
- 1.8.x
dist: trusty
addons:
apt:
sources:
- sourceline: 'deb http://en.archive.ubuntu.com/ubuntu/ artful main universe'
packages:
- libargon2-0-dev
- libblkid-dev
- libpam0g-dev
- e2fsprogs
- protobuf-compiler
- git # Needed to stop git from getting deleted
install:
- make travis-install
script:
- make travis-script
|