diff --git a/.travis.yml b/.travis.yml index 7fbe2b1..ac5dc20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,5 @@ language: node_js node_js: - "8" script: - - npm run lint && npm test:coverage \ No newline at end of file + - yarn lint && yarn test:coverage + \ No newline at end of file