mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 20:48:37 +01:00
17 lines
233 B
YAML
17 lines
233 B
YAML
language: go
|
|
go:
|
|
- 1.8
|
|
|
|
sudo: false
|
|
|
|
# we only need a single git commit
|
|
git:
|
|
depth: 1
|
|
|
|
# test-and-build does the installation, so tell travis to skip the
|
|
# installation step
|
|
install: true
|
|
|
|
script:
|
|
- ./scripts/test-and-build.sh
|