Skip to content

Commit 1ddfdcf

Browse files
committed
Tooling upgrades
1 parent 5cf8213 commit 1ddfdcf

File tree

30 files changed

+211
-20915
lines changed

30 files changed

+211
-20915
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ lerna-debug.log
66
yarn-error.log
77
.idea
88
.DS_Store
9+
yarn.lock

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
language: node_js
22
sudo: false
3-
node_js:
4-
- [6,7,8]
5-
- 10
3+
node_js: [ 6, 8, 10 ]
64
after_success: 'yarn run coveralls'
75
cache:
86
yarn: true

0 commit comments

Comments
 (0)