.travis.yml: do not build drawterm

This commit is contained in:
Giacomo Tesio 2016-11-26 04:34:13 +01:00
parent 7cafb3e53a
commit a48a2c1937
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: c
install:
- git submodule init
- git submodule update --init --recursive --remote
- ./hacking/buildtools.sh
- ./hacking/buildtools.sh --no-drawterm
script:
- ./hacking/continuous-build.sh
compiler: