Skip to content
This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Commit 1ef5239

Browse files
committed
adding PhantomJS back to travis test
1 parent 1c32317 commit 1ef5239

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ module.exports = function (config) {
113113
*
114114
* @type {Array}
115115
*/
116-
browsers: isTravis ? ['Firefox'] : ['Chrome', 'Firefox', 'PhantomJS'],
116+
browsers: isTravis ? ['PhantomJS', 'Firefox'] : ['Chrome', 'Firefox', 'PhantomJS'],
117117

118118
/**
119119
* If a browser does not capture within a given timeout, kill it.

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"LICENSE"
1111
],
1212
"browser": {
13-
"buffer": false,
13+
"safe-buffer": false,
1414
"./src/request/index.js": "./src/request/browser.js"
1515
},
1616
"scripts": {

0 commit comments

Comments
 (0)