File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : ruby
2
2
sudo : false
3
3
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
8
8
gemfile :
9
- # - gemfiles/rails_4.gemfile
10
- # - gemfiles/rails_4.1.gemfile
9
+ - gemfiles/rails_4.gemfile
10
+ - gemfiles/rails_4.1.gemfile
11
11
- gemfiles/rails_4.2.gemfile
12
12
services :
13
13
- redis-server
14
14
env :
15
- # - LIT_STORAGE=hash
16
- # - LIT_STORAGE=redis
15
+ - LIT_STORAGE=hash
16
+ - LIT_STORAGE=redis
17
17
- LIT_STORAGE=hybrid
18
18
before_script :
19
19
- cp test/dummy/config/database.yml.travis test/dummy/config/database.yml
20
20
- psql -c 'create database lit_test;' -U postgres
21
21
- 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"
You can’t perform that action at this time.
0 commit comments