We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83028f9 commit 95a8057Copy full SHA for 95a8057
.travis.yml
@@ -23,6 +23,6 @@ cache:
23
branches:
24
only:
25
- master
26
- - /^\d+\.\d+\.\d+(-SNAPSHOT|-alpha|-beta)?\d*$/ # trigger builds on tags which are semantically versioned to ship the SDK.
+ - /^\d+\.\d+\.(\d|[x])+(-SNAPSHOT|-alpha|-beta)?\d*$/ # trigger builds on tags which are semantically versioned to ship the SDK.
27
after_success:
28
- ./gradlew coveralls uploadArchives --console plain
0 commit comments