Skip to content

Commit 638c608

Browse files
author
Michael Koval
committed
Added travis.yml file.
1 parent 71f0488 commit 638c608

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)