mirror of https://github.com/xemu-project/xemu.git
.travis.yml: don't specify CONFIG twice
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
7d2c6c9551
commit
fed5364971
|
@ -104,8 +104,7 @@ matrix:
|
|||
- wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
|
||||
- git submodule update --init --recursive
|
||||
# Trusty build with latest stable clang
|
||||
- env: CONFIG=""
|
||||
sudo: required
|
||||
- sudo: required
|
||||
addons:
|
||||
dist: trusty
|
||||
language: generic
|
||||
|
|
Loading…
Reference in New Issue