Skip to content

Commit 267278b

Browse files
committed
Remove unnecessary socket configuration that was causing travis to fail
1 parent bd725a3 commit 267278b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ rvm:
33
- "1.9.3"
44
# - "1.9.2"
55
# uncomment this line if your project needs to run something other than `rake`:
6-
# script: bundle exec rspec spec
6+
# script: bundle exec rspec spec
7+
before_script:
8+
- mysql -e 'create database browsercms_test;'

test/dummy/config/database.mysql.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ development:
88
database: browsercms_development
99
username: root
1010
password:
11-
socket: /tmp/mysql.sock
1211

1312
# Warning: The database defined as 'test' will be erased and
1413
# re-generated from your development database when you run 'rake'.
@@ -19,7 +18,6 @@ test: &test
1918
database: browsercms_test
2019
username: root
2120
password:
22-
socket: /tmp/mysql.sock
2321

2422

2523
cucumber:

0 commit comments

Comments
 (0)