Skip to content

Commit

Permalink
Merge pull request #196 from jonataswalker/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
jonataswalker authored Oct 9, 2019
2 parents c59f984 + 53516ef commit a5919aa
Show file tree
Hide file tree
Showing 3 changed files with 1,342 additions and 1,421 deletions.
16 changes: 4 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: required
dist: trusty
dist: xenial

language: node_js
node_js:
Expand All @@ -15,18 +15,10 @@ addons:
sources:
- google-chrome
packages:
- google-chrome-stable fluxbox
- google-chrome-stable

before_install:
- stty cols 80
- sudo apt-get -qq update
- sudo apt-get install -y libcairo2-dev libjpeg8-dev libpango1.0-dev libgif-dev build-essential g++

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sleep 3
- fluxbox >/dev/null 2>&1 &
services:
- xvfb

script: npm run ci

Expand Down
Loading

0 comments on commit a5919aa

Please sign in to comment.