We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448d6db commit 1913507Copy full SHA for 1913507
.travis.yml
@@ -34,6 +34,7 @@ before_install:
34
- sudo apt-get install -y libappindicator1 fonts-liberation
35
- wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
36
- sudo dpkg -i google-chrome*.deb
37
+ - if [[ $(npm -v | cut -d '.' -f 1) -lt 3 ]]; then npm i -g npm@^3; fi
38
- npm config set spin false
39
- npm install -g bower phantomjs-prebuilt
40
package.json
@@ -72,7 +72,7 @@
72
"ember-cli-node-assets": "^0.1.4",
73
"ember-inflector": "^2.0.0",
74
"ember-get-config": "0.2.1",
75
- "ember-lodash": "^4.0",
+ "ember-lodash": "^4.17.3",
76
"exists-sync": "0.0.3",
77
"fake-xml-http-request": "^1.4.0",
78
"faker": "^3.0.0",
0 commit comments