Skip to content

Commit

Permalink
Remove node 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jan 31, 2018
1 parent c90fb3c commit 3d0b835
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ cache:
notifications:
email: false
node_js:
- "4"
- "6"
- "8"
jobs:
include:
- stage: coverage
node_js: "8"
script:
- npm run test:coverage
- stage: lint
node_js: "8"
script:
- npm run lint:js
- npm run lint:prettier
- npm run lint:js
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"scripts": {
"precommit": "lint-staged",
"test": "jest",
"test:coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
"lint:prettier": "prettier --list-different '**/*.js'",
"lint:js": "eslint '**/*.js'"
},
Expand Down

0 comments on commit 3d0b835

Please sign in to comment.