Skip to content

Commit 23b8975

Browse files
committed
Only run Travis CI on develop branch
Since the master branch gets merged from the working develop branch, we should get away with this.
1 parent be6fc6f commit 23b8975

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ matrix:
99
dist: xenial
1010
env: CI_UBUNTU=xenial CI_ROS_DISTRO=kinetic
1111

12+
branches:
13+
only:
14+
- develop
15+
1216
before_install:
1317
- echo "deb http://packages.ros.org/ros/ubuntu ${CI_UBUNTU} main" | sudo tee -a /etc/apt/sources.list
1418
- curl http://packages.ros.org/ros.key | sudo apt-key add -

0 commit comments

Comments
 (0)