Use version 2.0.0

This commit is contained in:
Rebecca Law
2016-01-05 11:22:03 +00:00
parent 8c72166ebe
commit 4cb2310359

View File

@@ -9,7 +9,7 @@ env:
before_install:
- rvm install 2.0.0
install:
- bundle install
- bundle install 2.0.0
- pip install -r requirements_for_test.txt
before_script:
- psql -c 'create database test_notifications_admin;' -U postgres