Skip to content

Commit

Permalink
chore: Build with Node.js 8 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
prantlf committed Sep 22, 2019
1 parent 22e016e commit 6952da6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 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-pro
repo_token: gdW8xKIlPOKwdpTM79HShT78OTbpbSNBd
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
sudo: false
language: node_js
cache:
directories:
- ~/.npm
notifications:
email: false
node_js:
- '12'
- '10'
- '8'
- node
- lts/8
- 8
after_success:
- npm run coverage
- npx semantic-release
Expand Down

0 comments on commit 6952da6

Please sign in to comment.