summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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