Skip to content

Commit

Permalink
travis try
Browse files Browse the repository at this point in the history
  • Loading branch information
saveman71 committed Apr 27, 2020
1 parent 7f214e3 commit c7b2d31
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .travis.yml
@@ -1,15 +1,20 @@
sudo: false
dist: bionic
language: node_js
node_js:
- '12'
services:
- xvfb
env:
global:
- MOZ_HEADLESS=1
addons:
firefox: latest
cache:
directories:
- node_modules
notifications:
email: none
node_js:
- '12'
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- npm prune
script:
Expand Down

0 comments on commit c7b2d31

Please sign in to comment.