1
0
Fork 0
mirror of https://github.com/TryGhost/Ghost-Admin.git synced 2023-12-14 02:33:04 +01: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 6a29197db9
commit 7cbe963536

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",