Skip to content

Commit 6a4c041

Browse files
ossdev07addaleax
authored andcommitted
Remove PhantomJS Dependency (puleos#77)
Signed-off-by: ossdev07 <ossdev@puresoftware.com>
1 parent 8166d95 commit 6a4c041

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
language: node_js
22
node_js:
3-
- "0.10"
4-
- "0.12"
5-
- "4"
6-
- "6"
7-
- "8"
3+
- 6
4+
- 8
5+
- 10
6+
- 11
87
sudo: false
98
# use g++-4.8 for karma
109
cache:

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module.exports = function(config) {
5555

5656
// start these browsers
5757
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
58-
browsers: ['PhantomJS', 'Firefox'],
58+
browsers: ['ChromeHeadless', 'Firefox'],
5959

6060

6161
// Continuous Integration mode

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,11 @@
3535
"gulp-uglify": "^1.5.1",
3636
"jshint": "^2.8.0",
3737
"jshint-stylish": "^2.1.0",
38-
"karma": "^0.13.15",
39-
"karma-chrome-launcher": "^0.2.2",
38+
"karma": "^3.0.0",
39+
"karma-chrome-launcher": "^2.2.0",
4040
"karma-firefox-launcher": "^0.1.7",
4141
"karma-mocha": "^0.2.1",
42-
"karma-phantomjs-launcher": "^0.2.1",
43-
"mocha": "^2.3.4",
44-
"phantomjs": "^1.9.19"
42+
"mocha": "^2.3.4"
4543
},
4644
"engines": {
4745
"node": ">= 0.10.0"

0 commit comments

Comments
 (0)