From 4659bf0686a0190300d9f63a8a1c29158ff3acf6 Mon Sep 17 00:00:00 2001 From: carmenmitru Date: Thu, 20 Jun 2019 10:51:33 +0300 Subject: [PATCH] fix tarvis file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2cf695..55a93e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,4 +40,4 @@ script: - 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 - - reg-suit run ./config/regconfig.json \ No newline at end of file + - reg-suit run ./tests/config/regconfig.json \ No newline at end of file