Disable nostl build on travis as well for now.
It is failing in the same way as the utf8 build. Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
12193dcbae
commit
9dd2932436
|
@ -12,8 +12,8 @@ matrix:
|
||||||
dist: bionic
|
dist: bionic
|
||||||
# - env: BUILD_ENV=utf8 XVFB_RUN=1
|
# - env: BUILD_ENV=utf8 XVFB_RUN=1
|
||||||
# dist: bionic
|
# dist: bionic
|
||||||
- env: BUILD_ENV=nostl XVFB_RUN=1
|
# - env: BUILD_ENV=nostl XVFB_RUN=1
|
||||||
dist: bionic
|
# dist: bionic
|
||||||
- env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1
|
- env: BUILD_ENV=ubuntu-trusty XVFB_RUN=1
|
||||||
dist: trusty
|
dist: trusty
|
||||||
- env: BUILD_ENV=ubuntu-xenial XVFB_RUN=1
|
- env: BUILD_ENV=ubuntu-xenial XVFB_RUN=1
|
||||||
|
|
Loading…
Reference in New Issue