.travis.yml: do not invoke buildtools.sh here
This commit is contained in:
parent
a48a2c1937
commit
48c932fdb8
|
@ -2,7 +2,6 @@ language: c
|
||||||
install:
|
install:
|
||||||
- git submodule init
|
- git submodule init
|
||||||
- git submodule update --init --recursive --remote
|
- git submodule update --init --recursive --remote
|
||||||
- ./hacking/buildtools.sh --no-drawterm
|
|
||||||
script:
|
script:
|
||||||
- ./hacking/continuous-build.sh
|
- ./hacking/continuous-build.sh
|
||||||
compiler:
|
compiler:
|
||||||
|
|
Loading…
Reference in New Issue