Skip to content

Commit 81cafa8

Browse files
[travis] Make sure we can install everything in /opt/openrobots
1 parent fb3467e commit 81cafa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis_custom/custom_before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export APT_DEPENDENCIES="doxygen libboost-system-dev libboost-test-dev libboost-
1818
# Add Python dependency
1919
export APT_DEPENDENCIES=$APT_DEPENDENCIES" libboost-python-dev robotpkg-eigenpy python2.7-dev python-numpy python-sphinx"
2020

21-
21+
sudo sh -c "chmod a+rw -R /opt/openrobots"
2222
# When this script is called the current directory is ./custom_travis
2323
. ./.travis/run ../.travis/before_install
2424

0 commit comments

Comments
 (0)