We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09d0f64 commit f987163Copy full SHA for f987163
.travis.yml
@@ -2,7 +2,7 @@ sudo: false
2
language: cpp
3
dist: trusty
4
5
-#if: type != push OR branch =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/
+if: type != push OR branch =~ /^v\d+\.\d+(\.\d+)?(-\S*)?$/
6
7
install:
8
- export BASE=`pwd`
0 commit comments