Skip to content

Commit

Permalink
[CI] Add pre-release check.
Browse files Browse the repository at this point in the history
  • Loading branch information
130s committed Aug 20, 2017
1 parent 1069095 commit 692c55c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ env:
ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu
NOT_TEST_BUILD=true
NOT_TEST_INSTALL=true

- ROS_DISTRO="indigo"
PRERELEASE=true
matrix:
allow_failures:
- env: ROS_DISTRO="indigo" PRERELEASE=true
install:
- git clone https://github.com/ros-industrial/industrial_ci.git .ci_config

Expand Down

0 comments on commit 692c55c

Please sign in to comment.