Skip to content

Commit

Permalink
Merge c154cde into 30075b6
Browse files Browse the repository at this point in the history
  • Loading branch information
hirocaster committed Dec 21, 2015
2 parents 30075b6 + c154cde commit 3137e28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.2.4
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ cache:
directories:
- vendor/bundle
rvm:
- 2.2.3
- 2.1.7
- 2.0.0-p647
- 2.2.4
- 2.1.8
- 2.0.0-p648
services:
- mysql
addons:
Expand All @@ -24,8 +24,8 @@ before_install:
- chmod +x cpanm
- cd -
- cpanm MySQL::Sandbox
- wget http://ftp.kaist.ac.kr/mysql/Downloads/MySQL-5.6/mysql-5.6.26-linux-glibc2.5-x86_64.tar.gz
- make_replication_sandbox mysql-5.6.26-linux-glibc2.5-x86_64.tar.gz
- wget http://ftp.kaist.ac.kr/mysql/Downloads/MySQL-5.6/mysql-5.6.27-linux-glibc2.5-x86_64.tar.gz
- make_replication_sandbox mysql-5.6.27-linux-glibc2.5-x86_64.tar.gz
- gem install bundler -v 1.10.6
script:
- bundle exec rake spec

0 comments on commit 3137e28

Please sign in to comment.