Skip to content

Commit

Permalink
target only lts with jest 22.x update
Browse files Browse the repository at this point in the history
  • Loading branch information
scniro committed Mar 11, 2018
1 parent fc1da73 commit 02bc9dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
language: node_js
node_js:
- "9"
- "8"
- "7"
- "6"
- "5"
- "4"
- "lts/*"
after_script: "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"clean": "rimraf ./node_modules",
"prestart": "npm run webpack",
"start": "node docs/server.js",
"prewebpack": "npm run transpile",
Expand Down

0 comments on commit 02bc9dd

Please sign in to comment.