Skip to content

Commit fd7ea8f

Browse files
committed
making install_deps executable
1 parent b63ef12 commit fd7ea8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ install:
5959

6060
#install deb-packaged dependencies
6161
- cd ~/catkin_ws/src/control-toolbox/ct
62-
- ./install_deps >/dev/null # suppress output
62+
- chmod 775 install_deps.sh
63+
- ./install_deps.sh >/dev/null # suppress output
6364

6465
#install kindr
6566
- cd ~/catkin_ws/src/

0 commit comments

Comments
 (0)