summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Paul <christian.paul@kiprotect.com>2019-10-10 20:54:32 +0200
committerChristian Paul <christian.paul@kiprotect.com>2019-10-10 20:54:32 +0200
commitb07786c547518f96058c380273b178749f5b812c (patch)
tree53b4baf932682a45ee3b2d5bc9c443609ed291ad
parent348b84f71f316f024cf97a39aa107c15f9cc28b1 (diff)
Also test on NodeJS 12
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 437ee5d..7789109 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,3 +2,4 @@ language: node_js
node_js:
- "8"
- "10"
+ - "12"