diff options
-rw-r--r-- | .cirrus.yml | 2 | ||||
-rw-r--r-- | .travis.yml | 2 | ||||
-rwxr-xr-x | ci/cirrus.sh (renamed from test/cirrus.sh) | 0 | ||||
-rwxr-xr-x | ci/travis.sh (renamed from test/travis.sh) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index dac47fc8..affbb98a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -12,4 +12,4 @@ test_task: [ -f /proc/curproc ] || mount -t procfs proc /proc pkg_install_script: pkg install -y bash gawk gmake gsed gsed_hack_script: rm /usr/bin/sed && ln -s /usr/local/bin/gsed /usr/bin/sed - test_script: bash test/cirrus.sh + test_script: bash ci/cirrus.sh diff --git a/.travis.yml b/.travis.yml index 4571a6ca..3651dbe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ notifications: on_start: false # default: false script: - - ./test/travis.sh + - ./ci/travis.sh diff --git a/test/cirrus.sh b/ci/cirrus.sh index 286dd360..286dd360 100755 --- a/test/cirrus.sh +++ b/ci/cirrus.sh diff --git a/test/travis.sh b/ci/travis.sh index 9626894c..9626894c 100755 --- a/test/travis.sh +++ b/ci/travis.sh |