Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Conversation

@swilliamset
Copy link
Contributor

@swilliamset swilliamset commented Apr 19, 2017

Travis ci failing because of something introduced in qunit 2.3.1.
https://github.com/qunitjs/qunit/blob/master/History.md#231--2017-04-10

Pinning until more research can be done and PRs are unblocked.

To see error pull down master and do a fresh bower install.

git fetch upstream;
git checkout master;
git reset --hard upstream/master;
rm -rf bower_components;
bower install;
grunt travisci;

this will fail on
image
like #1959 https://travis-ci.org/ExactTarget/fuelux/builds/222159155

To see fix pull down the branch and do a fresh bower install.

git fetch swilliamset;
git checkout -b repair-travis-qunit;
git reset --hard swilliamset/repair-travis-qunit;
rm -rf bower_components;
bower install;
grunt travisci;

@swilliamset swilliamset force-pushed the repair-travis-qunit branch from 84c122b to 5c61b38 Compare April 19, 2017 18:32
@chriscorwin chriscorwin self-assigned this Apr 19, 2017
@swilliamset
Copy link
Contributor Author

@cmcculloh please coordinate with @chriscorwin.

@cmcculloh-kr cmcculloh-kr merged commit d7c3ac8 into ExactTarget:master Apr 19, 2017
@swilliamset swilliamset modified the milestones: 3.15.13, 3.16.0 May 3, 2017
@swilliamset swilliamset deleted the repair-travis-qunit branch May 3, 2017 17:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants