Skip to content

Commit 162fc2c

Browse files
committed
fixed merge conflicts
2 parents 584a710 + 2d3e467 commit 162fc2c

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
language: node_js
22
node_js:
3+
- "0.10"
34
- "0.8"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"node": ">=0.8.1"
3434
},
3535
"dependencies": {
36-
"commander": "~1.3.2",
36+
"commander": "~2.0.0",
3737
"mocha": "~1.12.0",
3838
"xml2js": "~0.2.8"
3939
},

test/helpers/nock-server.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ var reqResMap = {
4949
'/xmlResult.php?test=120816_V2_3': 'testResultsNotFound.xml',
5050
'/runtest.php?url=&f=json': 'runTestInvalid.json',
5151
'/runtest.php?script=&f=json': 'runTestInvalid.json',
52-
'/getgzip.php?test=120816_V2_3&file=1_pagespeed.txt': undefined,
52+
'/getgzip.php?test=120816_V2_3&file=1_pagespeed.txt': '',
5353
'/export.php?test=120816_V2_3': 'harNotFound.json',
5454
'/waterfall.php?test=120816_V2_3&run=1&cached=0': 'waterfallNotFound.png',
5555
'/thumbnail.php?test=120816_V2_3&run=1&cached=0&file=1_waterfall.png': 'waterfallThumbnailNotFound.png',
56-
'/thumbnail.php?test=120816_V2_3&file=1_screen.jpg&run=1&cached=0': undefined,
57-
'/cancelTest.php?test=120816_V2_4': undefined,
56+
'/thumbnail.php?test=120816_V2_3&file=1_screen.jpg&run=1&cached=0': '',
57+
'/cancelTest.php?test=120816_V2_4': '',
5858
'/runtest.php?url=http%3A%2F%2Fapikey.com&f=json': 'runTestNoAPIKey.json',
5959
'/runtest.php?url=http%3A%2F%2Fapikey.com&k=12345&f=json': 'runTestInvalidAPIKey.json'
6060
};

0 commit comments

Comments
 (0)