Remove SQLite2 from CI setup

Signed-off-by: Michael Koziarski <michael@koziarski.com>
This commit is contained in:
Mike Gunderloy 2009-08-19 06:35:34 -05:00 committed by Michael Koziarski
parent 4168f87623
commit 1696039f29
2 changed files with 2 additions and 4 deletions

View File

@ -104,8 +104,8 @@ end
$ sudo aptitude install mysql-server-5.0 libmysqlclient-dev
# no password for mysql root user
* setup sqlite
$ sudo aptitude install sqlite sqlite3 libsqlite-dev libsqlite3-dev
* setup sqlite 3
$ sudo aptitude install sqlite3 libsqlite3-dev
# Note: there's some installation bugs with sqlite3-ruby 1.2.2 gem file permissions:
# http://www.icoretech.org/2008/07/06/no-such-file-to-load-sqlite3-database
# cd /usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.2 && sudo find . -perm 0662 -exec chmod 664 {} \;

View File

@ -21,8 +21,6 @@ gems:
version: >= 0.5.0
- name: rake
version: >= 0.8.1
- name: sqlite-ruby
version: >= 2.2.3
- name: sqlite3-ruby
version: >= 1.2.2
- name: rubygems-update