Skip to content

Commit

Permalink
Merge pull request dagrejs#307 from 9renpoto/master
Browse files Browse the repository at this point in the history
 fix(travis): use xvfb service
  • Loading branch information
lutzroeder authored Jan 16, 2021
2 parents 76058e5 + 9dbbb84 commit 933822b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ node_js:
script: KARMA_OPTS="--browsers Firefox,PhantomJS" make -e test
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
services:
- xvfb
addons:
firefox: latest
script: KARMA_OPTS="--browsers Firefox" make -e test
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"layout"
],
"dependencies": {
"graphlib": "2.1.8",
"lodash": "4.17.19"
"graphlib": "^2.1.8",
"lodash": "^4.17.19"
},
"devDependencies": {
"benchmark": "2.1.4",
Expand Down

0 comments on commit 933822b

Please sign in to comment.