-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1179 from pazeshun/decrease-travis-rosinstall
Stop building unnecessary packages on indigo to speed up travis
- Loading branch information
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
Submodule .travis
updated
5 files
+29 −0 | CHANGELOG.rst | |
+4 −0 | docker.sh | |
+1 −1 | package.xml | |
+17 −5 | travis.sh | |
+8 −2 | travis_jenkins.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ cache: | |
pip: true | ||
directories: | ||
- $HOME/.ccache | ||
- $HOME/apt-cacher-ng | ||
sudo: required | ||
services: | ||
- docker | ||
|