Skip to content

Commit

Permalink
update travis nodejs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
havsar committed Oct 23, 2019
1 parent 236a74f commit 89cec85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: node_js
node_js:
- "stable"
- 8.12.0
- 10.13.0
- 11.2.0
- 8
- 10
- 12

branches:
only:
- master

before_script:
- npm run build
- npm run build

0 comments on commit 89cec85

Please sign in to comment.