Skip to content

Test with supported Node versions #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
language: node_js
node_js:
- '10'
- '8'
- '7'
- '6'

cache:
directories:
- node_modules

script:
- yarn build
- yarn test
- yarn lint

deploy:
provider: npm
email: "$NPM_AUTH_EMAIL"
Expand All @@ -18,6 +21,7 @@ deploy:
tags: true
node_js: '8'
skip_cleanup: true

env:
global:
- secure: cu84Nb1bEkb19PYpgmFd83GJ8iv4EWS3In6WiCcV5eAAQc2Ep6icthuajPHPYyE1XhD16vK0lRStUBe/lBEJv5qzCvpM7VU/1nYLosTPyK/jGa8arGS72CXtCVQePSurYhqaQe6pxYGCgJnRPGpx7El7jIsljJxjX9ZJKhL+eUBD/8zLKOJhzQ6UGoXVfERfVP2GUOgHI/bPOf1pVg/UefCcC/O4y+W1ELoyHyQuPmKVQGFzR+3zBzJvzz0Kf0NOAB3emq5+7kcHKtNrTK8z+I3xIfeqqK+B1z/b+dLXSZ5j0yW55Vdww8rpx9Ux69lq+bSOsMwJbiy+Bu4EIwMs1rJIkEFMsUUWBphI3rAZ3TUKx+EIvu/yYi9P7/ypVwnEvlNRmCcHtgvpnSkPyA2Y1ySxvY3/UshVu0uzCmrPGVlncw2y7Ic0H6ZQLei4OLf3/co5XGDmpehpqHZ5A1pPI48aawpQ/oDuxHEi1Ojz8drhwYbWz1RadzJ7/fUpbPBGixJq+Kl/70gRkHiGsjMIJzAJPQKZXjcqRgsZKrumPGMu87GWJZCH8W54VD2Mzm/jFCueNd9A2eO8DQPXf6MzCN5xsNhA3s95cEoYFtgLDJpjPRIoQcAJ03fUHaz1XTqjyIuhEcbjBwolUOPV2vLZpToQqlk/N+rWP5uOB8+M+hs=
Expand Down