Skip to content

Commit

Permalink
Merge ecccc89 into 169bf27
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Jan 5, 2019
2 parents 169bf27 + ecccc89 commit 2362176
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "0.10"
- "0.12"
- "4.2"
- "5"
- '6'
- '8'
- '10'
bebefore_install: "npm install -g npm && npm cache clean"
script: "npm run-script travis"
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -35,11 +35,14 @@
"istanbul": "0.4.2",
"mocha": "2.4.5",
"sinon": "1.17.3",
"unexpected": "10.11.1",
"unexpected": "^11.0.0-4",
"unexpected-documentation-site-generator": "^4.0.0",
"unexpected-markdown": "1.3.1",
"unexpected-sinon": "10.1.1"
},
"peerDependencies": {
"unexpected": "^10.11.1 || ^11.0.0-4"
},
"dependencies": {
"mock-require": "1.2.1"
}
Expand Down

0 comments on commit 2362176

Please sign in to comment.