aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAlex Bennée <alex.bennee@linaro.org>2017-01-20 17:00:51 +0000
committerAlex Bennée <alex.bennee@linaro.org>2017-02-10 13:19:56 +0000
commitfed53649715267962449a2114472e3a48bcc0e48 (patch)
tree5f6e8b91d4eb8dc45adfa5d79f4ad9c8a59db86f /.travis.yml
parent7d2c6c95511e42dffe2b263275e09957723d0ff4 (diff)
.travis.yml: don't specify CONFIG twice
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index d83e2d493b..3dc1e6439d 100644
--- a/.travis.yml
+++ b/.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