Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Added more config for travis...
Browse files Browse the repository at this point in the history
  • Loading branch information
zerkz committed Aug 14, 2016
1 parent ea5d20c commit 0f4cad1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -1,8 +1,17 @@
osx_image: xcode7.3

sudo: required
dist: trusty

language: node_js

matrix:
include:
- os: osx
- os: linux
env: CC=clang CXX=clang++ npm_config_clang=1
compiler: clang

addons:
apt:
packages:
Expand Down

0 comments on commit 0f4cad1

Please sign in to comment.