diff options
| author | Alex Bennée <alex.bennee@linaro.org> | 2017-01-20 17:00:51 +0000 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2017-02-10 13:19:56 +0000 |
| commit | fed53649715267962449a2114472e3a48bcc0e48 (patch) | |
| tree | 5f6e8b91d4eb8dc45adfa5d79f4ad9c8a59db86f | |
| parent | 7d2c6c95511e42dffe2b263275e09957723d0ff4 (diff) | |
| download | focaccia-qemu-fed53649715267962449a2114472e3a48bcc0e48.tar.gz focaccia-qemu-fed53649715267962449a2114472e3a48bcc0e48.zip | |
.travis.yml: don't specify CONFIG twice
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to '')
| -rw-r--r-- | .travis.yml | 3 |
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 |