mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-04 23:13:43 +01:00
18 lines
250 B
YAML
18 lines
250 B
YAML
language: go
|
|
go:
|
|
- 1.8
|
|
|
|
sudo: false
|
|
|
|
# we only need a single git commit
|
|
git:
|
|
depth: 1
|
|
|
|
install:
|
|
- sudo apt-get update
|
|
- sudo apt-get install python3.5 python3.5-dev
|
|
- sudo pip install --upgrade virtualenv
|
|
|
|
script:
|
|
- ./scripts/test-and-build.sh
|