Skip to content

Commit

Permalink
[INTERNAL] Travis: Activate Windows and Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Nov 15, 2018
1 parent 3c2a0a8 commit ff65bee
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
language: node_js # don't install any environment

node_js:
- "8"
- "10"
- "node"

os:
- linux
- osx
- windows

matrix:
include:
- os: linux
node_js:
- "10"
- os: linux
node_js:
- "8"

after_script:
- npm run report-coveralls
- if [[ "$TRAVIS_OS_NAME" == 'linux' ]]; then npm run report-coveralls; fi

notifications:
webhooks: https://coveralls.io/webhook

0 comments on commit ff65bee

Please sign in to comment.