There was an error while loading. Please reload this page.
1 parent bd725a3 commit 267278bCopy full SHA for 267278b
.travis.yml
@@ -3,4 +3,6 @@ rvm:
3
- "1.9.3"
4
# - "1.9.2"
5
# uncomment this line if your project needs to run something other than `rake`:
6
-# script: bundle exec rspec spec
+# script: bundle exec rspec spec
7
+before_script:
8
+ - mysql -e 'create database browsercms_test;'
test/dummy/config/database.mysql.yml
@@ -8,7 +8,6 @@ development:
database: browsercms_development
9
username: root
10
password:
11
- socket: /tmp/mysql.sock
12
13
# Warning: The database defined as 'test' will be erased and
14
# re-generated from your development database when you run 'rake'.
@@ -19,7 +18,6 @@ test: &test
19
18
database: browsercms_test
20
21
22
23
24
25
cucumber:
0 commit comments