Skip to content

Commit

Permalink
Merge 799e3d6 into a8ed5de
Browse files Browse the repository at this point in the history
  • Loading branch information
cotsog authored Dec 13, 2018
2 parents a8ed5de + 799e3d6 commit 0584a1d
Showing 1 changed file with 27 additions and 10 deletions.
37 changes: 27 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,41 @@
filter_secrets: false
language: node_js

node_js:
- 10
- 8
- 6

os:
- linux
- osx
- windows

script: npm run lint && npm run coverage

after_success:
# send code-coverage data to Coveralls
- cat ./coverage/lcov.info | coveralls

stages:
- Linux
- macOS
- Windows
- Deploy

jobs:
include:
- stage: Linux
os: linux
node_js: 10
- os: linux
node_js: 9
- os: linux
node_js: 8
- stage: macOS
os: osx
node_js: 10
- os: osx
node_js: 9
- os: osx
node_js: 8
- stage: Windows
os: windows
node_js: 10
- os: windows
node_js: 9
- os: windows
node_js: 8
- stage: Deploy
name: Publish to npm
script: true
Expand Down

0 comments on commit 0584a1d

Please sign in to comment.