Skip to content

Commit d5a08c0

Browse files
committed
Add OS X to the test matrix
1 parent 9acbbdd commit d5a08c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ language: ruby
22
bundler_args: --without benchmarks
33
script:
44
- bundle exec rake spec
5-
# Temporary workaround for broken Rubygems on Travis
65
before_install:
7-
- gem update --system 2.1.11
86
- gem --version
97
- |
108
bash -c " # Install MariaDB if DB=mariadb
@@ -23,6 +21,9 @@ before_install:
2321
fi
2422
"
2523
- mysqld --version
24+
os:
25+
- linux
26+
- osx
2627
rvm:
2728
- 1.8.7
2829
- 1.9.2

0 commit comments

Comments
 (0)