matrix-spec/.travis.yml

17 lines
233 B
YAML
Raw Normal View History

2017-11-14 14:12:38 +01:00
language: go
go:
- 1.8
sudo: false
2018-03-27 12:29:07 +02:00
# we only need a single git commit
git:
depth: 1
2018-03-27 12:17:22 +02:00
# test-and-build does the installation, so tell travis to skip the
# installation step
install: true
2017-11-14 14:12:38 +01:00
script:
- ./scripts/test-and-build.sh