Skip to content

Commit

Permalink
preload libc6-dev package so travis ci can find glob.h
Browse files Browse the repository at this point in the history
  • Loading branch information
doke2 committed Aug 19, 2015
1 parent b7e9ebe commit ad8514b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ before_script:
); fi
- if [[ "${OSSEC_TYPE}" == "winagent" ]]; then ( sudo apt-get install aptitude && sudo aptitude -y install mingw-w64 nsis ); fi
- if [[ "${OSSEC_TYPE}" == "test" ]]; then ( sudo add-apt-repository -y "deb http://archive.ubuntu.com/ubuntu/ vivid main " && sudo apt-get update && sudo apt-get install check valgrind ); fi

- sudo apt-get install -y libc6-dev


script:
Expand Down

0 comments on commit ad8514b

Please sign in to comment.