We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81cafa8 commit 2d87536Copy full SHA for 2d87536
travis_custom/custom_before_install
@@ -18,10 +18,11 @@ export APT_DEPENDENCIES="doxygen libboost-system-dev libboost-test-dev libboost-
18
# Add Python dependency
19
export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-eigenpy python2.7-dev python-numpy python-sphinx"
20
21
-sudo sh -c "chmod a+rw -R /opt/openrobots"
22
# When this script is called the current directory is ./custom_travis
23
. ./.travis/run ../.travis/before_install
24
+sudo sh -c "chmod a+rw -R /opt/openrobots"
25
+
26
# End debug mode
27
set +v
28
set +x
0 commit comments