diff --git a/defaults.set b/defaults.set index c73c4ed..83cf382 100644 --- a/defaults.set +++ b/defaults.set @@ -33,3 +33,4 @@ STREAM_REPOOWNER=paulscherrerinstitute # busy # sscan # iocStats +# motor diff --git a/travis-test.sh b/travis-test.sh index 5d9420c..095fc13 100755 --- a/travis-test.sh +++ b/travis-test.sh @@ -98,6 +98,7 @@ repo_exists AUTOSAVE || die "Defaults for AUTOSAVE do not point to a valid git r repo_exists BUSY || die "Defaults for BUSY do not point to a valid git repository at $repourl" repo_exists SSCAN || die "Defaults for SSCAN do not point to a valid git repository at $repourl" repo_exists IOCSTATS || die "Defaults for IOCSTATS do not point to a valid git repository at $repourl" +repo_exists MOTOR || die "Defaults for MOTOR do not point to a valid git repository at $repourl" # test update_release_local() ######################################################################