Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fand committed May 8, 2017
1 parent b7e00e3 commit 1b93b0b
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .travis.yml
@@ -1,34 +1,23 @@
language: node_js
sudo: false
sudo: required
os: linux
dist: trusty
node_js:
- "6"
- "6"
cache:
directories:
- node_modules
matrix:
include:
- os: linux
sudo: required
dist: trusty
compiler: g++
- os: osx
osx_image: xcode7
compiler: clang
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- xutils-dev
- libxi-dev
- libxxf86vm-dev
- x11proto-xf86vidmode-dev
- mesa-utils
- xvfb
- libgl1-mesa-dri
- libglapi-mesa
- libosmesa6
before_script:
- export DISPLAY=:99.0; sh -e /etc/init.d/xvfb start
script:
- npm run ci
- npm run ci
after_success:
- './node_modules/.bin/nyc report --reporter=text-lcov | ./node_modules/.bin/coveralls'

0 comments on commit 1b93b0b

Please sign in to comment.