[ALOY-1222] Fix failing Travis test `[FAIL] alloy install plugin --> is supported`
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2015-01-07T22:35:08.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.7.0 |
Components | Testing |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Tim Poulsen |
Created | 2015-01-07T18:58:17.000+0000 |
Updated | 2015-01-07T22:35:08.000+0000 |
Description
Travis builds are failing with
\[FAIL\] alloy install plugin --> is supported
Failures are caused by recent changes for ALOY-1173 and ALOY-1207
The install spec needs the environment reset before performing its first test. Added that, updated _generated code for the advanced/themes test which was causing the compile spec to file. PR: https://github.com/appcelerator/alloy/pull/649 Functional test:
jake test:all
should pass for everything.PR merged