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