aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorSean Griffin <sean@thoughtbot.com>2015-05-30 12:51:07 -0600
committerSean Griffin <sean@thoughtbot.com>2015-05-30 18:00:19 -0600
commit0b34b79d648e2f10e91ca280e38a5f18af3c7134 (patch)
tree4880b14886d1da4da017e276ea36dcbdb9b5016e /.travis.yml
parent0ef7e73f0af752002c6150bd1cf29586d8bd21c9 (diff)
downloadrails-0b34b79d648e2f10e91ca280e38a5f18af3c7134.tar.gz
rails-0b34b79d648e2f10e91ca280e38a5f18af3c7134.tar.bz2
rails-0b34b79d648e2f10e91ca280e38a5f18af3c7134.zip
Attempt to fix travis failures
The version of SQLite used by Travis is outdated. We need to install a newer version.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6c870d8797..c8cce45baf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -50,3 +50,6 @@ services:
- rabbitmq
addons:
postgresql: "9.3"
+ apt:
+ packages:
+ - sqlite3