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"