From b3ad2b2064174e937a48c4cf3141605486591525 Mon Sep 17 00:00:00 2001 From: Karishma Chadha Date: Mon, 23 Apr 2018 16:57:56 -0400 Subject: [PATCH] Correct the scripts in .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 947b289..640c9dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,9 +15,9 @@ jobs: include: - stage: test script: - - npm run test:lint - - npm run test:unit - - npm run test:integration + - npm run lint + - npm run docs + - npm run tap - stage: deploy node_js: 8 script: npm run build