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 71f0488 commit 638c608Copy full SHA for 638c608
.travis.yml
@@ -0,0 +1,11 @@
1
+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'
10
+script:
11
+- echo 'TOOD: run the tests'
0 commit comments