parent
52d4e56674
commit
067088bbff
@ -12,4 +12,4 @@ test_task:
|
|||||||
[ -f /proc/curproc ] || mount -t procfs proc /proc
|
[ -f /proc/curproc ] || mount -t procfs proc /proc
|
||||||
pkg_install_script: pkg install -y bash gawk gmake gsed
|
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
|
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
|
||||||
|
@ -25,4 +25,4 @@ notifications:
|
|||||||
on_start: false # default: false
|
on_start: false # default: false
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./test/travis.sh
|
- ./ci/travis.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user