Skip to content

Commit a84fd91

Browse files
author
Michael Koval
committed
Fixed typos in travis.yml
1 parent 3d2f288 commit a84fd91

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sudo: required
33
env:
44
global:
55
- REPOSITORY=prpy
6+
- DISTRIBUTION=https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
67
# Allow Python to find packages installed by apt.
78
# See: http://docs.travis-ci.com/user/languages/python/#Travis-CI-Uses-Isolated-virtualenvs
89
language: python
@@ -14,11 +15,11 @@ virtualenv:
1415
before_install:
1516
- git clone https://github.com/personalrobotics/pr-cleanroom.git
1617
- cd pr-cleanroom
17-
- curl -O https://raw.githubusercontent.com/personalrobotics/pr-rosinstalls/feature/rosdistro/repositories.yml
18+
- curl -sSo distribution.yml "${DISTRIBUTION}"
1819
- ./internal-setup.sh
1920
# Checkout this repository and all of its dependencies.
2021
install:
21-
- ./internal-distro.py --workspace=src --repository "${REPOSITORY}" distribution/distribution.yml
22+
- ./internal-distro.py --workspace=src distribution.yml --repository "${REPOSITORY}"
2223
# Build the workspace and run tests.
2324
script:
24-
- ./internal-build.sh $(./internal-get-packages.py repositories.yml "${REPOSITORY}")
25+
- ./internal-build.sh $(./internal-get-packages.py distribution.yml "${REPOSITORY}")

0 commit comments

Comments
 (0)