Skip to content

Commit

Permalink
Set which python to use for travis. (ros-drivers#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepurvis authored Jul 18, 2017
1 parent 9873941 commit 0b01d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ language: generic
compiler:
- gcc
env:
- CC=gcc CXX=g++
- CC=gcc CXX=g++ PATH=/usr/sbin:/usr/bin:/sbin:/bin
install:
- export CI_ROS_DISTRO=indigo
- sudo sh -c 'echo "deb http://packages.ros.org/ros-shadow-fixed/ubuntu trusty main" > /etc/apt/sources.list.d/ros-latest.list'
Expand Down

0 comments on commit 0b01d42

Please sign in to comment.