diff options
author | Emil Velikov <[email protected]> | 2017-02-16 14:09:41 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-20 18:21:22 +0000 |
commit | af9a4d900527f4c1efeec7c4eb2cb8a602f9a9cb (patch) | |
tree | cb580704160408d3743a3fa567ee7f36a6400f61 /.travis.yml | |
parent | 3f1b6ef2aa9c99bebe539f1de5a5054d90fc5dc3 (diff) |
travis: bring the scons build on par with AppVeyor
Namely, always build with LLVM and run the check target.
Cc: Rhys Kidd <[email protected]>
Cc: Eric Anholt <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fb72a5e9b97..a3b094f9a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,5 +109,5 @@ script: ; make && make check; elif test x$BUILD = xscons; then - scons; + scons llvm=1 && scons llvm=1 check; fi |