Skip to content

Commit

Permalink
Update test.bash
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Jul 16, 2015
1 parent 1a8c88e commit e12cfe8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/test.bash
@@ -1,9 +1,9 @@
#!/bin/bash --login

# First run the tests of all versions supported on Ruby 1.9.3
rvm use 1.9.3
# First run the tests of all versions supported on Ruby 2.0.0
rvm use 2.0.0
bundle install --quiet
COMPATIBLE_VERSIONS=(2.3.x 3.0.x 3.1.x 3.2.x 4.0.x)
COMPATIBLE_VERSIONS=(3.0.x 3.1.x 3.2.x 4.0.x)
count=0
while [ "x${COMPATIBLE_VERSIONS[count]}" != "x" ]
do
Expand Down

0 comments on commit e12cfe8

Please sign in to comment.