-
Notifications
You must be signed in to change notification settings - Fork 639
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43af63b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's also TRAVIS_TAG (should be 1.12.5 on this release)
Maybe TRAVIS_COMMIT_MESSAGE == TRAVIS_TAG ?
And check for TRAVIS_PUSH_REQUEST_BRANCH is empty.
And this probably still will not build as travis will just timeout build process at 49 minutes. There are 72 targets that build around 45 seconds each... I was trying out this beta feature https://docs.travis-ci.com/user/build-stages/ - i.e. each current pio env is separate job and release using github api directly.