Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
madimp committed May 16, 2019
1 parent c82b9fa commit 93a2c4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.11"
- "6.17.1"
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
4 changes: 2 additions & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers : process.env.TRAVIS ?
[ 'Firefox', 'PhantomJS' ] :
[ 'Firefox', 'PhantomJS', 'Chrome' ],
[ 'Firefox' ] :
[ 'Firefox', 'Chrome' ],

// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
Expand Down

0 comments on commit 93a2c4b

Please sign in to comment.