Skip to content

Commit

Permalink
Test linux apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
adlk committed Nov 16, 2018
1 parent 891a7d6 commit 79df7b5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
matrix:
include:
- os: linux
dist: trusty
sudo: required
dist: xenial
addons:
apt:
packages:
- libx11-dev
- libxext-dev
- libxss-dev
- libxkbfile-dev
- os: osx
osx_image: xcode8.3

Expand All @@ -19,9 +25,6 @@ script:
node_js:
- '8'

before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt install libx11-dev libxext-dev libxss-dev libxkbfile-dev; fi

cache: npm

notifications:
Expand Down

0 comments on commit 79df7b5

Please sign in to comment.