mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 06:46:11 +01:00
ci fix
This commit is contained in:
parent
e1d6736ca5
commit
1de1cc58f2
@ -46,10 +46,10 @@ environment:
|
|||||||
- R_VERSION: devel
|
- R_VERSION: devel
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- travis-tool.sh install_deps
|
- travis_tool.sh install_deps
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- travis-tool.sh run_tests
|
- travis_tool.sh run_tests
|
||||||
|
|
||||||
on_failure:
|
on_failure:
|
||||||
- 7z a failure.zip *.Rcheck\*
|
- 7z a failure.zip *.Rcheck\*
|
||||||
|
@ -55,8 +55,8 @@ Bootstrap() {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! (test -e .Rbuildignore && grep -q 'travis-tool' .Rbuildignore); then
|
if ! (test -e .Rbuildignore && grep -q 'travis_tool' .Rbuildignore); then
|
||||||
echo '^travis-tool\.sh$' >>.Rbuildignore
|
echo '^travis_tool\.sh$' >>.Rbuildignore
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user