Skip to content

Commit

Permalink
ci: add lts
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Mar 9, 2020
1 parent 45dd1cb commit 8e9aa44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,7 +1,9 @@
sudo: false
dist: xenial
os: linux
language: node_js
node_js:
- stable
- 'stable'
- 'lts/*'
- '0.12'
script:
- npm test
Expand Down

0 comments on commit 8e9aa44

Please sign in to comment.