Skip to content

Commit 4899613

Browse files
committed
Fix travis
1 parent cb9f807 commit 4899613

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ cache: npm
66
install:
77
- npm install
88
script:
9-
- npm run check
109
- npm run build
1110
- npm run validate
1211
after_success:

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
},
2323
"scripts": {
2424
"build": "babel -d ./ ./src",
25-
"check": "npm run audit",
2625
"coverage": "nyc --reporter=lcov --reporter=text --reporter=html npm test",
2726
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
2827
"lint": "eslint src test",

0 commit comments

Comments
 (0)