Skip to content

Commit

Permalink
ci: add osx to build matrix (#949)
Browse files Browse the repository at this point in the history
Co-Authored-by: Taranveer Virk <[email protected]>
  • Loading branch information
b-admike and virkt25 authored Feb 1, 2018
1 parent ff4a320 commit 25b8ee1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ node_js:
- "6"
- "8"

os:
- linux
- osx

git:
depth: 300

Expand All @@ -24,8 +28,8 @@ jobs:
before_script: skip
script: /bin/bash ./bin/lint-commits.sh
after_success: skip
node_js:
- "8"
os:
- linux

branches:
only:
Expand Down

0 comments on commit 25b8ee1

Please sign in to comment.