Enabled OS X build on Travis.

This commit is contained in:
Sorin Sbarnea
2016-03-29 12:37:46 +01:00
parent 2de974f71d
commit 97e208f081
2 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
node_modules/*
dist/*
bower_components/
*.sublime-project
*.sublime-workspace

View File

@@ -1,4 +1,7 @@
language: node_js
os:
- linux
- osx
sudo: false
node_js:
- "4.2"
@@ -6,4 +9,4 @@
code_climate:
repo_token: e87e6bf1c253e0555437ebd23235fdfe2749b889358e7c6d100e4ea5b4f2e091
after_script:
- cat coverage/lcov.info | codeclimate
- cat coverage/lcov.info | codeclimate