Skip to content

Commit

Permalink
Travis: Disable support for osx
Browse files Browse the repository at this point in the history
  • Loading branch information
piecioshka committed Mar 22, 2020
1 parent 9af7c7f commit bab57e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
language: node_js

os:
- linux
- osx
# - osx # not supported
- windows

node_js:
- "13"
- "12"
- "11"
- "10"
- "9"
- "8"

after_script:
- npm run coverage

0 comments on commit bab57e7

Please sign in to comment.