-
-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
209: Switch to jenkins CI r=fhaynes a=Frizi Fixes #208 iOS builds are still happening on travis, but only on master branch as a sanity check (does not block merge). Co-authored-by: Frizi <frizi09@gmail.com>
- Loading branch information
Showing
4 changed files
with
56 additions
and
38 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Test suite must pass on both Travis (if enabled) and Jenkins before merging into `master`. | ||
status = [ | ||
"continuous-integration/travis-ci/push" | ||
# "continuous-integration/travis-ci/push", | ||
"continuous-integration/jenkins/%", | ||
] | ||
# Uncomment this to use a two hour timeout. | ||
# The default is one hour. | ||
#timeout_sec = 7200 |
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