Merge pull request #475 from patricklodder/1.7-dev-travis-fixes

Fix travis setup
This commit is contained in:
langerhans 2014-04-17 22:24:53 +02:00
commit f21ed2c0b0

View file

@ -13,9 +13,8 @@ script:
- ./autogen.sh - ./autogen.sh
- ./configure CFLAGS="-O3" - ./configure CFLAGS="-O3"
- make -j 2 - make -j 2
after_install: - cd ./src
- cd /home/travis/build/dogecoin/dogecoin/ - make check
- for t in `grep -r TEST_SUITE\( ./src/test/*.cpp |sed "s/^.*(//;s/[,)].*$//"`; do ./src/test/test_dogecoin --run_test=$t; done
notifications: notifications:
irc: irc:
channels: channels: