mirror of
https://github.com/fluencelabs/js-peer-id
synced 2025-06-24 03:01:45 +00:00
travis addons
This commit is contained in:
@ -9,5 +9,13 @@ branches:
|
||||
before_install:
|
||||
- npm i -g npm
|
||||
# Workaround for a permissions issue with Travis virtual machine images
|
||||
|
||||
addons:
|
||||
firefox: 'latest'
|
||||
|
||||
before_script:
|
||||
- export DISPLAY=:99.0
|
||||
- sh -e /etc/init.d/xvfb start
|
||||
|
||||
script:
|
||||
- npm test
|
||||
|
Reference in New Issue
Block a user