aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorevansiroky <evan.siroky@yahoo.com>2018-12-31 22:35:21 -0800
committerevansiroky <evan.siroky@yahoo.com>2018-12-31 22:35:21 -0800
commit45bbec0aa7ee5f60354b9803c4ff79d4d63689a9 (patch)
tree682095210fbe4fca862dd0e9f20130b8422b78c5 /.travis.yml
parent854b6ec0a4a20c9caaa346d615ec7e87f0e9ea72 (diff)
downloadtimezone-boundary-builder-45bbec0aa7ee5f60354b9803c4ff79d4d63689a9.tar.gz
Update to node.js version 10.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3fabdb8..36c0a91 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- - "6"
+ - "10"
cache:
directories:
- "node_modules"