Skip to content

Commit

Permalink
build: fix travis config (#284)
Browse files Browse the repository at this point in the history
* add osx
  • Loading branch information
JaKXz committed Jan 28, 2019
1 parent 7e68a5c commit c9e32e4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
sudo: false
language: node_js
os:
- osx
- linux
node_js:
- 6
- 'node'
- 10
- 8
- 'stable'
- 6

env:
global:
COVERALLS_PARALLEL: true

before_install:
- npm cache clear --force

after_success: nyc report --reporter=text-lcov | coveralls

0 comments on commit c9e32e4

Please sign in to comment.