diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 2465fba8..2675e3a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,8 +55,6 @@ before_install: - sudo update-alternatives --install /usr/bin/clang++ clang++ /usr/bin/clang++-3.4 20 # Install lit (llvm-lit is not available) - sudo pip install lit - # Gross! tools/klee/Makefile depends on "bc" - - sudo apt-get install bc # Setup out of source build - export KLEE_SRC=`pwd` - cd ../ |