move ci scripts to their own directory

This fixes #296.
This commit is contained in:
William Hubbs 2019-02-22 18:21:44 -06:00
parent 52d4e56674
commit 067088bbff
4 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -25,4 +25,4 @@ notifications:
on_start: false # default: false
script:
- ./test/travis.sh
- ./ci/travis.sh