Working on TravisCI
This commit is contained in:
parent
d651006ca1
commit
21e178477c
3 changed files with 4 additions and 4 deletions
|
|
@ -19,7 +19,7 @@ extensions:
|
|||
modules:
|
||||
config:
|
||||
Db:
|
||||
dsn: 'mysql:dbname=ninja;host=localhost;'
|
||||
dsn: 'mysql:dbname=ninja;host=127.0.0.1;'
|
||||
user: 'ninja'
|
||||
password: 'ninja'
|
||||
dump: tests/_data/dump.sql
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ class_name: AcceptanceTester
|
|||
modules:
|
||||
enabled:
|
||||
- WebDriver:
|
||||
url: 'http://ninja.dev/'
|
||||
url: 'http://ninja.dev:8000/'
|
||||
host: 127.0.0.1
|
||||
window_size: 1024x768
|
||||
wait: 5
|
||||
|
|
@ -17,7 +17,7 @@ modules:
|
|||
unexpectedAlertBehaviour: 'accept'
|
||||
webStorageEnabled: true
|
||||
- Db:
|
||||
dsn: 'mysql:dbname=ninja;host=localhost;'
|
||||
dsn: 'mysql:dbname=ninja;host=127.0.0.1;'
|
||||
user: 'ninja'
|
||||
password: 'ninja'
|
||||
dump: tests/_data/dump.sql
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ modules:
|
|||
enabled:
|
||||
- \Helper\Functional
|
||||
- PhpBrowser:
|
||||
url: 'http://ninja.dev'
|
||||
url: 'http://ninja.dev:8000'
|
||||
curl:
|
||||
CURLOPT_RETURNTRANSFER: true
|
||||
- Laravel5:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue