Commit 7716b8c0 authored by nanahira's avatar nanahira

fixsudo

parent a84e1d91
...@@ -32,7 +32,7 @@ before_install: ...@@ -32,7 +32,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
make linux test; make linux test;
fi fi
- make install - sudo make install
- cd .. - cd ..
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment