Skip to content

Commit 86542c3

Browse files
committed
Update .travis.yml
1 parent d009ba5 commit 86542c3

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: cpp
2-
buildnumber = $$(TRAVIS_BUILD_NUMBER)
32

43
matrix:
54
include:
@@ -51,16 +50,10 @@ after_success:
5150
bash upload.sh MieSimulatorGUI*.app*;
5251
fi
5352

54-
branches:
55-
except:
56-
- # Do not build tags that we create when we upload to GitHub Releases
57-
- /^(?i:continuous)/
5853

5954
deploy:
6055
provider: releases
6156
api_key: "GITHUB_OAUTH_TOKEN"
6257
skip_cleanup: true
63-
draft: true
6458
on:
65-
tags:true
66-
59+
tags:continuous

0 commit comments

Comments
 (0)