Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Oden committed Nov 19, 2016
1 parent 85becc1 commit 1825ddc
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
language: node_js

sudo: false

addons:
apt:
packages:
- xvfb
- gnome-keyring
- libsecret-1-dev
dist: trusty
sudo: required

before_install:
- sudo apt-get update
- sudo apt-get install xvfb gnome-keyring libsecret-1-dev

env:
- CC=clang CXX=clang++ npm_config_clang=1
Expand Down

0 comments on commit 1825ddc

Please sign in to comment.