Skip to content

Commit b612af8

Browse files
committed
fix: Upgrade package dependencies
1 parent 1681fdc commit b612af8

File tree

4 files changed

+1544
-1714
lines changed

4 files changed

+1544
-1714
lines changed

.coveralls.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
service_name: travis-ci
2-
repo_token: 18YzfyG8hIc5QtNn3uzpn6GSsFe1WtPD9

.travis.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
sudo: false
21
language: node_js
3-
cache:
4-
directories:
5-
- ~/.npm
62
notifications:
73
email: true
84
addons:
@@ -19,9 +15,9 @@ addons:
1915
env:
2016
- CXX=g++-4.8
2117
node_js:
22-
- '10'
23-
- '8'
24-
- '6'
18+
- node
19+
- lts/*
20+
- 8
2521
before_script:
2622
- npm install -g grunt-cli
2723
after_success:

0 commit comments

Comments
 (0)