Skip to content

Commit 6e061d6

Browse files
committed
304 Fix CI environment
1 parent 16226f6 commit 6e061d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
#
77
# Maintainer: id774 <idnanashi@gmail.com>
88
#
9+
# v1.4 5/13,2013
10+
# Fix bundler environment.
911
# v1.3 2/26,2013
1012
# Remove script/bootstrap.
1113
# v1.2 6/16,2012
@@ -33,7 +35,7 @@ exec_rspec() {
3335
run_test() {
3436
while [ $# -gt 0 ]
3537
do
36-
$RACK_ROOT/bin/automatic -c $1
38+
bundle exec $RACK_ROOT/bin/automatic -c $1
3739
test_subcommand log info $?
3840
shift
3941
done

0 commit comments

Comments
 (0)