Browse Source

.travis.yml: don't specify CONFIG twice

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
pull/45/merge
Alex Bennée 10 years ago
parent
commit
fed5364971
  1. 3
      .travis.yml

3
.travis.yml

@ -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…
Cancel
Save