Install sqlite

This commit is contained in:
Pedro Piñera 2018-04-27 13:00:34 +02:00
parent 3fd3b886fe
commit 5809f2642b
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ jobs:
- run:
name: Install Dependencies
command: |
gem install sqlite3 -- --with-sqlite3-dir=/opt/local
brew upgrade sqlite3
brew upgrade libsqlite3-dev
bundle install --path vendor/bundle
- run:
name: Run tests