We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5801ee commit 7894d6dCopy full SHA for 7894d6d
.travis.yml
@@ -7,15 +7,19 @@ services:
7
language: c++
8
compiler:
9
- clang
10
+cache:
11
+ directories:
12
+ - $HOME/.ccache
13
notifications:
14
email:
15
recipients:
16
- markusgft@gmail.com
17
env:
18
+ global:
19
+ - CCACHE_DIR=$HOME/.ccache # enables C/C++ caching
20
matrix:
- - ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu NOT_TEST_INSTALL=true
- - ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu NOT_TEST_INSTALL=true
- - ROS_DISTRO="kinetic" PRERELEASE=true
21
+ - ROS_DISTRO="kinetic"
22
+ - ROS_DISTRO="melodic"
23
24
allow_failures:
25
- env: ROS_DISTRO="kinetic" PRERELEASE=true
0 commit comments