Navigation Menu

Skip to content

Commit

Permalink
remove phantom and bump vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed Jun 8, 2018
1 parent e3991fc commit fe2e5a9
Show file tree
Hide file tree
Showing 8 changed files with 4,506 additions and 4,875 deletions.
13 changes: 12 additions & 1 deletion .travis.yml
@@ -1,6 +1,17 @@
language: node_js
notifications:
email: false
node_js:
- "0.12"
- "10"
cache:
directories:
- node_modules
before_script:
- npm prune
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
before_install:
- google-chrome-stable --headless --disable-gpu
addons:
chrome: stable
4 changes: 2 additions & 2 deletions karma.conf.js
Expand Up @@ -51,11 +51,11 @@ module.exports = function (config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: [
// 'Chrome',
'Chrome'
// 'ChromeCanary',
// 'Firefox',
// 'Safari',
'PhantomJS'
// 'PhantomJS'
],

// Continuous Integration mode
Expand Down

0 comments on commit fe2e5a9

Please sign in to comment.