Skip to content

Commit ad1af07

Browse files
committed
use node 10 for travis builds
* chromedriver will no longer work on node 8 * paper.js has a problem with node 12 * node 10 is just right ;)
1 parent 952a584 commit ad1af07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dist: xenial
44
addons:
55
chrome: stable
66
node_js:
7-
- 8
7+
- 10
88
env:
99
global:
1010
- CHROMEDRIVER_VERSION=LATEST

0 commit comments

Comments
 (0)