Skip to content

Commit

Permalink
Revised travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ralic committed Oct 24, 2019
1 parent 2294733 commit 5fd6840
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: node_js
sudo: false

node_js:
- "0.12"
- "4.2"
node_js:
- "node"
- "12"
- "8"

cache:
directories:
Expand Down
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,20 @@
},
"license": "MIT",
"engines": {
"node": ">=0.6",
"npm": ">=1.2.12"
"node": ">8",
"npm": ">=3"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"colors": "~1.1.2",
"lodash": "^4.17.11",
"q": "~1.4.1",
"colors": "^1.1.2",
"lodash": "^4.17.12",
"q": "^1.4.1",
"requestretry": "^4.0.2",
"sauce-tunnel": "~2.5.0",
"sauce-tunnel": "^2.5.0",
"saucelabs": "^1.5.0"
},
"peerDependencies": {
"grunt": ">=0.4.1"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint-config-google": "^0.14.0",
Expand Down

0 comments on commit 5fd6840

Please sign in to comment.