.travis.yml: don't specify CONFIG twice

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2017-01-20 17:00:51 +00:00
parent 7d2c6c9551
commit fed5364971
1 changed files with 1 additions and 2 deletions

View File

@ -104,8 +104,7 @@ matrix:
- wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ - wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
- git submodule update --init --recursive - git submodule update --init --recursive
# Trusty build with latest stable clang # Trusty build with latest stable clang
- env: CONFIG="" - sudo: required
sudo: required
addons: addons:
dist: trusty dist: trusty
language: generic language: generic