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.
2 parents a5ca802 + ab7e1d9 commit d22b5fcCopy full SHA for d22b5fc
.travis.yml
@@ -0,0 +1,10 @@
1
+sudo: required
2
+dist: trusty
3
+services:
4
+- docker
5
+install:
6
+- git clone https://github.com/personalrobotics/pr-cleanroom.git
7
+- cd pr-cleanroom
8
+- wget https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
9
+script:
10
+- ./run-distro.sh repositories.yml --repository=prpy
0 commit comments