Skip to content

Commit 7894d6d

Browse files
authored
Update .travis.yml
1 parent f5801ee commit 7894d6d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,19 @@ services:
77
language: c++
88
compiler:
99
- clang
10+
cache:
11+
directories:
12+
- $HOME/.ccache
1013
notifications:
1114
email:
1215
recipients:
1316
- markusgft@gmail.com
1417
env:
18+
global:
19+
- CCACHE_DIR=$HOME/.ccache # enables C/C++ caching
1520
matrix:
16-
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros/ubuntu NOT_TEST_INSTALL=true
17-
- ROS_DISTRO="kinetic" ROS_REPOSITORY_PATH=http://packages.ros.org/ros-shadow-fixed/ubuntu NOT_TEST_INSTALL=true
18-
- ROS_DISTRO="kinetic" PRERELEASE=true
21+
- ROS_DISTRO="kinetic"
22+
- ROS_DISTRO="melodic"
1923
matrix:
2024
allow_failures:
2125
- env: ROS_DISTRO="kinetic" PRERELEASE=true

0 commit comments

Comments
 (0)