Skip to content

Commit

Permalink
[CI] Bump busted to v2.0.rc13-0 (#906)
Browse files Browse the repository at this point in the history
Closes #905
  • Loading branch information
Frenzie committed Apr 23, 2019
1 parent e8f77cf commit 6e96572
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions .ci/emulator_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ test -d "${HOME}/.luarocks" || {
mkdir "${HOME}/.luarocks"
cp /etc/luarocks/config-5.1.lua "${HOME}/.luarocks/config.lua"
echo "wrap_bin_scripts = false" >>"${HOME}/.luarocks/config.lua"
# recent versions of busted may cause some weird segmentation faults
# - git clone https://github.com/Olivine-Labs/busted/
# - cd busted && git checkout v1.10.0 && luarocks --local make busted-1.10.0-0.rockspec && cd ..
travis_retry luarocks --local install busted 2.0.rc12-1
travis_retry luarocks --local install busted 2.0.rc13-0
# for verbose_print module
travis_retry luarocks --local install ansicolors
}
Expand Down
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ workflows:
jobs:
lint:
docker:
- image: frenzie/kobase:0.1.2
- image: koreader/kobase:0.1.3
environment:
BASH_ENV: "~/.bashrc"
steps:
Expand All @@ -68,7 +68,7 @@ jobs:
emu: &EMU_TPL
docker:
- image: frenzie/kobase:0.1.2
- image: koreader/kobase:0.1.3
environment: &EMU_ENV_LST
BASH_ENV: "~/.bashrc"
EMULATE_READER: "1"
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
emu_clang_ninja:
<<: *EMU_TPL
docker:
- image: koreader/kobase-clang:0.1.0
- image: koreader/kobase-clang:0.1.1
environment:
<<: *EMU_ENV_LST
CC: "clang-7"
Expand Down

0 comments on commit 6e96572

Please sign in to comment.