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