Skip to content

Commit d22b5fc

Browse files
author
Michael Koval
committed
Merge branch 'feature/travis'
2 parents a5ca802 + ab7e1d9 commit d22b5fc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

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

Comments
 (0)