File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ language : ruby
2
+ rvm :
3
+ - 2.1.0
4
+ bundler_args : " --without development production autotest"
5
+ before_install :
6
+ - gem update --system
7
+ - travis_retry gem install bundler --pre
8
+ before_script :
9
+ - cp -f config/database.travis.yml config/database.yml
10
+ - cp -f .env.example .env
11
+ - bin/rake db:create db:schema:load RAILS_ENV=test
Original file line number Diff line number Diff line change 577
577
multi_json (~> 1.0 )
578
578
rake
579
579
rest-client (~> 1.6 )
580
- travis (1.6.10 )
580
+ travis (1.6.11 )
581
581
addressable (~> 2.3 )
582
582
backports
583
583
faraday (~> 0.9 )
587
587
launchy (~> 2.1 )
588
588
pry (~> 0.9 )
589
589
pusher-client (~> 0.4 )
590
- typhoeus (~> 0.6 )
590
+ typhoeus (~> 0.6 , >= 0.6.8 )
591
591
travis-lint (1.7.0 )
592
592
hashr (~> 0.0.22 )
593
593
treetop (1.4.15 )
Original file line number Diff line number Diff line change
1
+ test :
2
+ adapter : postgresql
3
+ database : uglst_test
4
+ encoding : unicode
5
+ username : postgres
You can’t perform that action at this time.
0 commit comments