Skip to content
Snippets Groups Projects
Verified Commit 8f98bbb7 authored by Justin Carpentier's avatar Justin Carpentier
Browse files

travis: only install for current user

parent 06305fa1
No related branches found
No related tags found
No related merge requests found
...@@ -68,7 +68,7 @@ branches: ...@@ -68,7 +68,7 @@ branches:
- debian - debian
- devel - devel
before_install: ./.travis/run before_install before_install: ./.travis/run before_install
install: pip install coveralls numpy install: pip install coveralls numpy --user
script: script:
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}" - export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
- ./.travis/run ../travis_custom/custom_build - ./.travis/run ../travis_custom/custom_build
......
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