Skip to content

Commit

Permalink
ci(.travis): add node lts/* && stable (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-ciniawsky committed Feb 16, 2018
1 parent 55aab64 commit ebfc277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- stable
- lts/*
- 6
env:
- WEBPACK_VERSION=1 EXTRACT_PLUGIN_VERSION=1
- WEBPACK_VERSION=2 EXTRACT_PLUGIN_VERSION=2
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -52,7 +52,6 @@
"toposort": "^1.0.0"
},
"peerDependencies": {
<<<<<<< HEAD
"extract-text-webpack-plugin": "^1.0.0 || ^2.0.0 || 3.0.0 || ^4.0.0-alpha.0 || ^4.0.0",
"webpack": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0-beta.1 || ^4.0.0"
},
Expand Down

0 comments on commit ebfc277

Please sign in to comment.