Skip to content

Commit

Permalink
Merge pull request #131 from ros-naoqi/testing_repo
Browse files Browse the repository at this point in the history
Update CI for melodic
  • Loading branch information
Maxime Busy committed Jan 8, 2020
2 parents 02d466d + ddd30b6 commit 0699bda
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git:
# https://github.com/ros-industrial/industrial_ci/blob/master/doc/index.rst#variables-you-can-configure
env:
global: # global settings for all jobs
- ROS_REPO=ros
- ROS_REPO=testing
- CCACHE_DIR=$HOME/.ccache # enables C/C++ caching in industrial_ci
matrix: # each line is a job
- ROS_DISTRO="indigo"
Expand All @@ -33,8 +33,7 @@ env:
# allow failures, e.g. for unsupported distros
matrix:
allow_failures:
- env: ROS_DISTRO="melodic" OS_NAME=ubuntu OS_CODE_NAME=bionic
- env: ROS_DISTRO="melodic" OS_NAME=debian OS_CODE_NAME=stretch
- env: ROS_DISTRO="indigo"

# clone and run industrial_ci
install:
Expand Down

0 comments on commit 0699bda

Please sign in to comment.