We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638c608 commit d628d53Copy full SHA for d628d53
.travis.yml
@@ -2,10 +2,8 @@ sudo: required
2
dist: trusty
3
services:
4
- 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
8
install:
9
-- echo 'TODO: checkout the code using wstool'
+- git clone https://github.com/personalrobotics/pr-cleanroom.git .
+- wget https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
10
script:
11
-- echo 'TOOD: run the tests'
+- ./run-distro.sh repositories.yml --repository=prpy
0 commit comments