Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

add closure nightly builds to Travis #521

Merged
merged 1 commit into from
Jun 12, 2017
Merged

Conversation

rkirov
Copy link
Contributor

@rkirov rkirov commented Jun 12, 2017

For now nightly build failures are not blocking submission.

Also upgrade released version to 0527.

.travis.yml Outdated
matrix:
fast_finish: true
allow_failures:
- env: "CI_MODE=Nightly"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rkirov rkirov requested a review from alexeagle June 12, 2017 19:12
For now nightly build failures are not blocking submission.

Also upgrade released version to 0527.
@@ -19,7 +19,7 @@ public void testDuplicateSymbol() {
// Useful
assertThatProgram("/** @type {number} */ var x = 1;", "/** @type {number} */ var x = 2;")
.diagnosticStream()
.containsMatch("ERROR.*Variable x first declared in");
.containsMatch("ERROR.*Variable x declared more than once");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this test passes on both released and snapshot compiler versions?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

snapshot is broken for other reasons. Can't change it to work for both (golden tests).

@rkirov rkirov merged commit 288e71c into angular:master Jun 12, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants