We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf35bd commit 8585bdeCopy full SHA for 8585bde
1 file changed
.travis.yml
@@ -2,6 +2,11 @@ language: generic
2
3
sudo: required
4
5
+# Only run test when committing to a master branch.
6
+branches:
7
+ only:
8
+ - 7.x-3.x
9
+
10
env:
11
global:
12
- DOCKER_VERSION=1.11.2-0~trusty
0 commit comments