Skip to content

Commit 6a56111

Browse files
committed
fix(travis): node version
1 parent 06c9bee commit 6a56111

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ notifications:
88
on_success: always
99
on_failure: change
1010
node_js:
11-
- '6'
11+
- '9'
1212
before_install:
1313
- npm i -g npm@^2.0.0
1414
install:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"eslint-plugin-import": "^2.2.0",
5555
"istanbul": "^1.1.0-alpha.1",
5656
"mocha": "^3.1.2",
57-
"parse-json": "^4.0.0",
5857
"rollup": "^0.36.3",
5958
"rollup-plugin-babel": "^2.6.1",
6059
"semantic-release": "^12.4.1",

0 commit comments

Comments
 (0)