diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8921429c7e9..a4fe00d8023 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,6 +114,8 @@ script: --disable-llvm-shared-libs ; make && make check; - elif test x$BUILD = xscons; then + fi + + - if test "x$BUILD" = xscons; then scons llvm=1 && scons llvm=1 check; fi |