Skip to content

Commit 25f380a

Browse files
committedJul 27, 2020
Switch to Node 12 for CI
While we updated Cesium to work on 12, we never actually made CI use it. Traditionally we always use the active LTS for CI (which covers 12 until October when it becomes 14).
1 parent 67a36c7 commit 25f380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: node_js
22
node_js:
3-
- "10"
3+
- "12"
44
addons:
55
chrome: stable
66
firefox: latest

0 commit comments

Comments
 (0)
Please sign in to comment.