diff --git a/config/travis.js b/config/travis.js index e59acf3..35e003a 100644 --- a/config/travis.js +++ b/config/travis.js @@ -74,12 +74,12 @@ function makeTasks(mode /*: "BASIC" | "FULL" */) { }, { id: "fetchGithubRepoTest", - cmd: ["./src/plugins/github/fetchGithubRepoTest.sh", "--no-build"], + cmd: ["./src/v1/plugins/github/fetchGithubRepoTest.sh", "--no-build"], deps: ["backend-in-place"], }, { id: "loadRepositoryTest", - cmd: ["./src/plugins/git/loadRepositoryTest.sh", "--no-build"], + cmd: ["./src/v1/plugins/git/loadRepositoryTest.sh", "--no-build"], deps: ["backend-in-place"], }, ]; diff --git a/src/v1/plugins/git/loadRepositoryTest.sh b/src/v1/plugins/git/loadRepositoryTest.sh index b75afaa..97aa7f9 100755 --- a/src/v1/plugins/git/loadRepositoryTest.sh +++ b/src/v1/plugins/git/loadRepositoryTest.sh @@ -2,7 +2,7 @@ set -eu -data_file=src/plugins/git/demoData/example-git.json +data_file=src/v1/plugins/git/demoData/example-git.json usage() { printf 'usage: %s [-u|--updateSnapshot] [--help]\n' "$0" diff --git a/src/v1/plugins/github/fetchGithubRepoTest.sh b/src/v1/plugins/github/fetchGithubRepoTest.sh index f46e5a0..40dc030 100755 --- a/src/v1/plugins/github/fetchGithubRepoTest.sh +++ b/src/v1/plugins/github/fetchGithubRepoTest.sh @@ -2,7 +2,7 @@ set -eu -data_file=src/plugins/github/demoData/example-github.json +data_file=src/v1/plugins/github/demoData/example-github.json usage() { printf 'usage: %s [-u|--updateSnapshot] [--[no-]build] [--help]\n' "$0"