Skip to content
Snippets Groups Projects
Commit e2ae6ef6 authored by inso's avatar inso
Browse files

With sudo=true

parent e20e2fd4
No related branches found
No related tags found
No related merge requests found
sudo: false
sudo: true
language: python
python:
- "3.4"
......
......@@ -10,5 +10,5 @@ if [[ $TRAVIS_OS_UNAME = 'Darwin' ]]; then
export LDFLAGS="-m32 -arch i386";
fi
./configure
make && make install
if [[ $TRAVIS_OS_UNAME = 'Linux' ]]; then ldconfig; fi
\ No newline at end of file
make && sudo make install
if [[ $TRAVIS_OS_UNAME = 'Linux' ]]; then sudo ldconfig; fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment