Skip to content

Commit

Permalink
debug travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Jun 13, 2015
1 parent c86e26b commit 0d972ed
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,22 @@ before_script:
# we also need the libgcc-dev packages for "/usr/bin/ld: cannot find crtbegin.o: No such file or directory"
- sudo apt-get -q install libgcc-4.8-dev --yes --force-yes
# we need stdc++ 32 bits too /usr/bin/ld: cannot find -lstdc++
- sudo apt-get -q install libstdc++6:i386 --yes --force-yes
- sudo apt-get -q install libstdc++6:i386 libstdc++-4.8-dev:i386 --yes --force-yes

script:
# build memory tests. Need root for memory dumps.
# build memory tests. Need root for memory dumps. sudo is called in Makefile
- python setup.py preptests
# run tests. Need root for memory dumps.
# run tests. Need root for memory dumps tests.
# - python setup.py test
# run coverage only on test, not on memory dumps.
# - coverage run --source=haystack setup.py test

after_success:
- which clang
- clang --version
- which gcc
- gcc --version
- dpkg -l
coveralls

after_failure:
Expand Down

0 comments on commit 0d972ed

Please sign in to comment.