Skip to content

Commit 2d87536

Browse files
[travis] Give access to custom_before_install *after* package install.
1 parent 81cafa8 commit 2d87536

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

travis_custom/custom_before_install

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,11 @@ 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-
sudo sh -c "chmod a+rw -R /opt/openrobots"
2221
# When this script is called the current directory is ./custom_travis
2322
. ./.travis/run ../.travis/before_install
2423

24+
sudo sh -c "chmod a+rw -R /opt/openrobots"
25+
2526
# End debug mode
2627
set +v
2728
set +x

0 commit comments

Comments
 (0)