Forcing Node.js version to Node.js 10

This commit is contained in:
Flame Sage 2018-10-29 01:26:15 +00:00 committed by GitHub
parent 0a25f4c519
commit ff1c63b88f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,8 @@
# Build status located at https://travis-ci.org/yuzu-emu/
language: node_js
node_js: node
node_js:
- "10"
cache: yarn
install: