Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Sep 16, 2019
1 parent 8b843eb commit c598554
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sudo: false
language: node_js
node_js: 'node'
node_js:
- 'lts/*'

before_script:
- npm install

script:
- npm test

0 comments on commit c598554

Please sign in to comment.