Skip to content

Commit b51b39b

Browse files
test: use Node.js 10 for the browser tests
It seems there is something wrong with newer versions (the CI seems stuck). Let's pin the version for now.
1 parent 4184e46 commit b51b39b

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
@@ -7,7 +7,7 @@ git:
77
depth: 1
88
matrix:
99
include:
10-
- node_js: node
10+
- node_js: 10
1111
env: BROWSERS=1
1212
cache:
1313
directories:

0 commit comments

Comments
 (0)