Skip to content

Commit 91c5e19

Browse files
committed
update travis
1 parent b7ac541 commit 91c5e19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = {
1212
// https://github.com/feross/standard/blob/master/RULES.md#javascript-standard-style
1313
extends: "standard",
1414
// required to lint *.vue files
15-
plugins: ["html"],
15+
// plugins: ["html"],
1616
// add your custom rules here
1717
rules: {
1818
// allow paren-less arrow functions

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: node_js
22
node_js:
33
- node
44
script:
5-
- npm run test
5+
- npm -v

0 commit comments

Comments
 (0)