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
|
||||
|
||||
build_script:
|
||||
- travis-tool.sh install_deps
|
||||
- travis_tool.sh install_deps
|
||||
|
||||
test_script:
|
||||
- travis-tool.sh run_tests
|
||||
- travis_tool.sh run_tests
|
||||
|
||||
on_failure:
|
||||
- 7z a failure.zip *.Rcheck\*
|
||||
|
@ -55,8 +55,8 @@ Bootstrap() {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if ! (test -e .Rbuildignore && grep -q 'travis-tool' .Rbuildignore); then
|
||||
echo '^travis-tool\.sh$' >>.Rbuildignore
|
||||
if ! (test -e .Rbuildignore && grep -q 'travis_tool' .Rbuildignore); then
|
||||
echo '^travis_tool\.sh$' >>.Rbuildignore
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user