Skip to content

Commit 417353f

Browse files
author
Michael Koval
committed
Fixed Travis YAML.
1 parent 3b57c69 commit 417353f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ sudo: required
22
dist: trusty
33
install:
44
- export repository='prpy'
5-
- git clone https://github.com/personalrobotics/pr-cleanroom.git .
5+
- git clone https://github.com/personalrobotics/pr-cleanroom.git
6+
- cd pr-cleanroom
67
- curl -o https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
78
- ./internal-setup.sh
89
- ./internal-distro.py --workspace=src --repository ${repository} distribution/distribution.yml

0 commit comments

Comments
 (0)