Skip to content

Commit 880f80a

Browse files
committed
fixes travis
1 parent 2b3ab7c commit 880f80a

4 files changed

Lines changed: 1 addition & 4 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"facebook/webdriver": "dev-master"
66
},
77
"scripts": {
8-
"test": "composer test single && composer test local && composer test parallel",
8+
"test": "composer single && composer local && composer parallel",
99
"single": "vendor/bin/phpunit tests/single_test.php",
1010
"local": "CONFIG_FILE=config/local.conf.json vendor/bin/phpunit tests/local_test.php",
1111
"parallel": "CONFIG_FILE=config/parallel.conf.json /usr/bin/env php lib/parallel.php"

config/local.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"server": "hub-cloud.browserstack.com",
3-
"port": 80,
43
"user": "BROWSERSTACK_USERNAME",
54
"key": "BROWSERSTACK_ACCESS_KEY",
65

config/parallel.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"server": "hub-cloud.browserstack.com",
3-
"port": 80,
43
"user": "BROWSERSTACK_USERNAME",
54
"key": "BROWSERSTACK_ACCESS_KEY",
65

config/single.conf.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"server": "hub-cloud.browserstack.com",
3-
"port": 80,
43
"user": "BROWSERSTACK_USERNAME",
54
"key": "BROWSERSTACK_ACCESS_KEY",
65

0 commit comments

Comments
 (0)