Skip to content

Commit bc4b65c

Browse files
authored
Add mysql & psql service to travis because it isn't by default anymore (#1323)
* Add mysql & psql services to travis because they aren't by default anymore travis-ci/travis-ci#6842 * Fix weird failure in rails 4.2
1 parent bc54d5a commit bc4b65c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: ruby
22
cache: bundler
33
services:
44
- mongodb
5+
- mysql
6+
- postgresql
57
bundler_args: --without development
68

79
rvm:

test/factories/users.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
end
2525

2626
trait :facebook do
27-
uid { Faker::Number.number(10) }
27+
uid { Faker::Number.number }
2828
provider { 'facebook' }
2929
end
3030

0 commit comments

Comments
 (0)