Skip to content

Commit d628d53

Browse files
author
Michael Koval
committed
updates to match pr-cleanroom.
1 parent 638c608 commit d628d53

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@ sudo: required
22
dist: trusty
33
services:
44
- docker
5-
before_install:
6-
- git clone https://github.com/personalrobotics/pr-cleanroom.git
7-
- wget https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
85
install:
9-
- echo 'TODO: checkout the code using wstool'
6+
- git clone https://github.com/personalrobotics/pr-cleanroom.git .
7+
- wget https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
108
script:
11-
- echo 'TOOD: run the tests'
9+
- ./run-distro.sh repositories.yml --repository=prpy

0 commit comments

Comments
 (0)