citra-emu
/
citra-web
Archived
1
0
Fork 0

Forcing Node.js version to Node.js 10

This commit is contained in:
Flame Sage 2018-10-28 03:14:47 +00:00 committed by GitHub
parent 262569d7d4
commit 7241da54cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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