Skip to content

Commit

Permalink
Deal with /dev/shm issue on Travis builders
Browse files Browse the repository at this point in the history
travis-ci/travis-cookbooks#155

Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
  • Loading branch information
asalkeld committed Mar 12, 2013
1 parent c445c06 commit ffdc2d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -2,6 +2,10 @@ language: c
compiler:
- gcc
before_install: sudo apt-get install check doxygen splint
install:
# Deal with issue on Travis builders
# https://github.com/travis-ci/travis-cookbooks/issues/155
- "sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm"
script: ./autogen.sh && ./configure && make check
notifications:
email:
Expand Down

0 comments on commit ffdc2d5

Please sign in to comment.