Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iretiayo authored Aug 4, 2017
1 parent 586d823 commit 3d89a82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ env:

################################################################################

# Install system dependencies, namely a very barebones ROS setup.
before_install:
- sudo sh -c "echo \"deb http://packages.ros.org/ros/ubuntu $ROS_CI_DESKTOP main\" > /etc/apt/sources.list.d/ros-latest.list"
- sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
- sudo apt-get update -qq
# Install system dependencies, namely a very barebones ROS setup#.
#before_install:
# - sudo sh -c "echo \"deb http://packages.ros.org/ros/ubuntu $ROS_CI_DESKTOP main\" > /etc/apt/sources.list.d/ros-latest.list"
# - sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
# - sudo apt-get update -qq

install:
- 'ci/install.sh'
Expand All @@ -54,7 +54,7 @@ install:
# non-zero when a test fails (which notifies Travis the build failed).
script:
- cd
- git clone git@github.com:graspit-simulator/graspit.git
- git clone https://github.com/graspit-simulator/graspit.git
- cd graspit
- mkdir build
- cd build
Expand Down

0 comments on commit 3d89a82

Please sign in to comment.