Skip to content

Commit

Permalink
smoketest gfs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Aug 22, 2016
1 parent 1e026b9 commit cab2890
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
@@ -1,6 +1,10 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4"
- "5"
- "6"
after_script:
- npm run coveralls
- npm run coveralls
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"defaults": "^1.0.0",
"glob-stream": "^3.1.5",
"glob-watcher": "^0.0.6",
"graceful-fs": "^3.0.0",
"graceful-fs": "isaacs/node-graceful-fs#v3-eval-better",
"mkdirp": "^0.5.0",
"strip-bom": "^1.0.0",
"through2": "^0.6.1",
Expand Down

0 comments on commit cab2890

Please sign in to comment.