0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Use phantomJS 2.1.1 in travis

no issue
- download phantomjs 2.1.1 in Travis' `before_install` step and update the `PATH` export to so the downloaded version is used
- remove the now no-longer needed `ember-cli-es5-shim` dependency
- update documentation references to match new phantomjs version
This commit is contained in:
Kevin Ansfield 2015-11-06 12:29:49 +00:00
parent 10b8ea48bd
commit d6eff5180e

View file

@ -26,7 +26,6 @@
"ember-cli-babel": "5.1.5",
"ember-cli-content-security-policy": "0.4.0",
"ember-cli-dependency-checker": "1.1.0",
"ember-cli-es5-shim": "0.1.1",
"ember-cli-fastclick": "1.0.3",
"ember-cli-htmlbars": "1.0.1",
"ember-cli-htmlbars-inline-precompile": "0.3.1",