removed script changes so _this_ build will pass

This commit is contained in:
charmlesscoin 2013-08-07 18:30:16 -04:00
parent e47790ce31
commit 8649f86b10
2 changed files with 0 additions and 4 deletions

View File

@ -23,8 +23,6 @@ before_script:
- sudo ldconfig
# installing sphinx, needed for documentation
- sudo apt-get install python-sphinx
# installing check, needed for unit tests
- sudo apt-get install check
script:
- mkdir build && cd build
@ -32,7 +30,6 @@ script:
- make -j3
# build docs separately
- make docs
- cd ../auto_tests/ && ./run_tests
notifications:
email: false

View File

@ -2,5 +2,4 @@
# run_tests - run the current tests for tox core
set -e
make
./messenger_test && ./friends_test