mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-29 07:24:09 +02:00
travis: disable the installation step
This commit is contained in:
parent
8d05f80cec
commit
f20fe41e79
|
|
@ -4,5 +4,9 @@ go:
|
||||||
|
|
||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
|
# test-and-build does the installation, so tell travis to skip the
|
||||||
|
# installation step
|
||||||
|
install: true
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./scripts/test-and-build.sh
|
- ./scripts/test-and-build.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue