Skip to content

Commit 32cc0c1

Browse files
committed
chore(package): update dependencies
Migrate to standard Update travis Remove yarn
1 parent bd7c5fd commit 32cc0c1

10 files changed

+2433
-196
lines changed

.npmignore

-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ test
88
.nvmrc
99
.travis.yml
1010
CHANGELOG.md
11-
yarn.lock

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v7
1+
v8

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: node_js
22
node_js:
33
- "6"
4-
- "7"
4+
- "8"
55
notifications:
66
email: false
77
after_success:
8-
- npm run coveralls
9-
- npm run codeclimate
10-
cache: yarn
8+
- npm i -g coveralls codeclimate-test-reporter
9+
- coveralls < coverage/lcov.info
10+
- codeclimate-test-reporter < coverage/lcov.info

0 commit comments

Comments
 (0)