From aed0db94d3f1801c18b509929d0a139d8a6b5d57 Mon Sep 17 00:00:00 2001 From: carmenmitru Date: Thu, 20 Jun 2019 10:40:28 +0300 Subject: [PATCH] fix travis file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 662dd79..f4a135e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,7 +36,7 @@ before_script: script: - - npm run test:test:kit + - npm run test:kit - git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*" # This line is necessary to disable --single-branch option to fetch all remote branches on TravisCI. - git fetch origin - git checkout $TRAVIS_BRANCH || git checkout -b $TRAVIS_BRANCH