Skip to content

Commit 8585bde

Browse files
committed
Only run test when committing to a master branch.
This avoids running them twice for each PR update.
1 parent faf35bd commit 8585bde

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ language: generic
22

33
sudo: required
44

5+
# Only run test when committing to a master branch.
6+
branches:
7+
only:
8+
- 7.x-3.x
9+
510
env:
611
global:
712
- DOCKER_VERSION=1.11.2-0~trusty

0 commit comments

Comments
 (0)