Skip to content

Commit

Permalink
chore: Drop Node.js 6 from Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 21, 2019
1 parent 8178525 commit c27e4ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
service_name: travis-ci
repo_token: tlyLMCo8cVMI5jED9GgAUEqCDJQfU8P14
10 changes: 2 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '12'
- '10'
- '8'
- '6'
- node
- lts/*
addons:
chrome: stable
before_script :
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"lint": "grunt standard",
"test": "grunt",
"coverage": "grunt instrument && GRUNT_HTML_DOM_SNAPSHOT_COVERAGE=1 grunt",
"coveralls": "test `node --version | cut -c 2` -eq 8 && npm run coverage && grunt coveralls"
"coveralls": "test `node --version | cut -c 2,3` -eq 10 && npm run coverage && grunt coveralls"
},
"dependencies": {
"mkdirp": "0.5.1",
Expand Down

0 comments on commit c27e4ea

Please sign in to comment.