Skip to content

Commit

Permalink
Add OS X as travis build target
Browse files Browse the repository at this point in the history
  • Loading branch information
humphd committed Mar 29, 2019
1 parent 88be6fa commit e3ba334
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# This is my config for Travis CI
language: node_js

os:
- linux
- osx

# Versions of Node to support
node_js:
- "8"
Expand All @@ -16,4 +20,3 @@ before_script:
script:
- npm test


0 comments on commit e3ba334

Please sign in to comment.