We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d009ba5 commit 86542c3Copy full SHA for 86542c3
1 file changed
.travis.yml
@@ -1,5 +1,4 @@
1
language: cpp
2
-buildnumber = $$(TRAVIS_BUILD_NUMBER)
3
4
matrix:
5
include:
@@ -51,16 +50,10 @@ after_success:
51
50
bash upload.sh MieSimulatorGUI*.app*;
52
fi
53
54
-branches:
55
- except:
56
- - # Do not build tags that we create when we upload to GitHub Releases
57
- - /^(?i:continuous)/
58
59
deploy:
60
provider: releases
61
api_key: "GITHUB_OAUTH_TOKEN"
62
skip_cleanup: true
63
- draft: true
64
on:
65
- tags:true
66
-
+ tags:continuous
0 commit comments