8000 CircleCI with Ubuntu 14.04, 2x parallelism and WebGL jasmine tests by etpinard · Pull Request #1455 · plotly/plotly.js · GitHub
[go: up one dir, main page]

Skip to content

CircleCI with Ubuntu 14.04, 2x parallelism and WebGL jasmine tests #1455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Mar 9, 2017
Merged
Prev Previous commit
Next Next commit
lock uglify-js to 2.7.x
- the new 2.8.x series breaks the `cwise` transform
- see #1450 (comment)
- maybe we should make uglify-js a core dependencies then?
  • Loading branch information
etpinard committed Mar 9, 2017
commit dbc6ca133818c216015541820c5624c0bb11cdf5
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"read-last-lines": "^1.1.0",
"requirejs": "^2.3.1",
"through2": "^2.0.3",
"uglify-js": "^2.7.5",
"uglify-js": "~2.7.5",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We should probably open an issue in cwise about this.

"watchify": "^3.9.0",
"xml2js": "^0.4.16"
}
Expand Down
0