Skip to content

Commit e4edfe7

Browse files
Update travis.yml for hybrid storage
1 parent 1a6cacb commit e4edfe7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.travis.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
language: ruby
22
sudo: false
33
rvm:
4-
# - 2.0.0
5-
# - 2.1.2
6-
# - 2.2.5
7-
- 2.3.0
4+
- 2.0.0
5+
- 2.1.2
6+
- 2.2.5
7+
- 2.3.0
88
gemfile:
9-
# - gemfiles/rails_4.gemfile
10-
# - gemfiles/rails_4.1.gemfile
9+
- gemfiles/rails_4.gemfile
10+
- gemfiles/rails_4.1.gemfile
1111
- gemfiles/rails_4.2.gemfile
1212
services:
1313
- redis-server
1414
env:
15-
# - LIT_STORAGE=hash
16-
# - LIT_STORAGE=redis
15+
- LIT_STORAGE=hash
16+
- LIT_STORAGE=redis
1717
- LIT_STORAGE=hybrid
1818
before_script:
1919
- cp test/dummy/config/database.yml.travis test/dummy/config/database.yml
2020
- psql -c 'create database lit_test;' -U postgres
2121
- RAILS_ENV=test bundle exec rake db:migrate
22-
script: "bundle exec rake test" # TEST=test/unit/lit_behaviour_test.rb"
22+
script: "bundle exec rake test"

0 commit comments

Comments
 (0)