Skip to content

Commit ebc7dd7

Browse files
committed
add travis config to this branch
1 parent 0197f21 commit ebc7dd7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
rvm:
2+
- 1.8.7
3+
- 1.9.2
4+
- 1.9.3
5+
- ree
6+
before_script:
7+
- "mysql -e 'create database test;' >/dev/null"

0 commit comments

Comments
 (0)