summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-07-15 11:38:58 +0200
committerSamy Pesse <samypesse@gmail.com>2016-07-15 11:38:58 +0200
commit90cbfc059604504d06284551b62ecc7b1cfae9f4 (patch)
tree735a571d57ec828253971c185f7b436b12299fa4
parent38ab9fa05ae66e1e771e168a293cb37383bf0ec2 (diff)
downloadgitbook-90cbfc059604504d06284551b62ecc7b1cfae9f4.zip
gitbook-90cbfc059604504d06284551b62ecc7b1cfae9f4.tar.gz
gitbook-90cbfc059604504d06284551b62ecc7b1cfae9f4.tar.bz2
Add OSX testing on Travis
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 45ba3e1..b35331d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,8 @@
sudo: false
language: node_js
+os:
+ - linux
+ - osx
node_js:
- "stable"
- "4.1"