Skip to content

Commit 787f3b1

Browse files
committed
Use node 4.4 and install global npm deps before install script
1 parent 000edac commit 787f3b1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
22
node_js:
3-
- 5.4
3+
- 4.4
44
before_install:
5-
- npm install -g [email protected] grunt-cli
6-
before_script:
7-
- npm install -g codeclimate-test-reporter
5+
- npm install -g grunt-cli codeclimate-test-reporter
86
after_script:
97
- codeclimate-test-reporter < test/coverage/**/lcov.info

0 commit comments

Comments
 (0)