Skip to content

Commit

Permalink
gazebo11: use prerelease for now (#18)
Browse files Browse the repository at this point in the history
gazebosim/gazebo-classic#2824 needs prerelease version of sdformat 9.3.0.
Revert this after stable release of sdformat 9.3.0.

* travis: run gzdev.py repository list

This checks for syntax errors in plugins/config/repository.yaml

Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters authored Aug 20, 2020
1 parent 8aece40 commit 3e75ef3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ install:
script:
- pytest -sv test.py
- python3 plugins/*_TEST.py
- python3 gzdev.py repository list
6 changes: 6 additions & 0 deletions plugins/config/repository.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ projects:
- name: osrf
type: prerelease
# needs sdformat 9.3 prerelease, remove after 9.3 stable release
- name: gazebo11
repositories:
- name: osrf
type: stable
- name: osrf
type: prerelease
- name: ignition-physics2
repositories:
- name: osrf
Expand Down

0 comments on commit 3e75ef3

Please sign in to comment.