From 0c8fba59d53fc19b032a71f625de3610ef6a918a Mon Sep 17 00:00:00 2001 From: Fadi Khadra Date: Thu, 26 Oct 2017 23:46:26 +0200 Subject: [PATCH] Update travis file --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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