mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Bundle install before test
This commit is contained in:
parent
2eff6cca9c
commit
e4aef3e01b
1 changed files with 3 additions and 0 deletions
3
test
3
test
|
@ -12,6 +12,9 @@ VERSIONS=(
|
|||
function test_with() {
|
||||
version=$1
|
||||
rbenv local $version
|
||||
if ! bundle check > /dev/null; then
|
||||
bundle install
|
||||
fi
|
||||
ruby -v
|
||||
rake spec
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue