Revert "Merge pull request #29 from xPaw/travis-ci"

This reverts commit 17b8858408, reversing
changes made to 0375d6469a.
This commit is contained in:
David Anderson
2014-06-05 10:11:38 -07:00
parent 4c473451c9
commit d3e8b9066c
2 changed files with 6 additions and 21 deletions

View File

@@ -1,11 +0,0 @@
language: cpp
compiler:
- clang
before_script:
- sudo apt-get update -qq
- sudo apt-get install -y g++-multilib libc6-dev-i386 lib32stdc++6 lib32z1-dev
- CHECKOUT_DIR=$PWD && cd .. && $CHECKOUT_DIR/support/checkout-deps.sh && cd $CHECKOUT_DIR
script:
- mkdir build && cd build
- python ../configure.py --enable-optimize
- ambuild