Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

upgrade dependency to address graceful-fs issue #15

Merged
merged 7 commits into from
Jul 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ notifications:
on_failure: change

node_js:
- 0.10
- 4
- 8
- 10
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = (grunt) ->

shell:
test:
command: 'node --harmony_collections node_modules/.bin/jasmine-focused --coffee --captureExceptions spec'
command: 'node node_modules/.bin/jasmine-focused --coffee --captureExceptions spec'
options:
stdout: true
stderr: true
Expand Down
Loading