Skip to main content
Module

x/keycode/.travis.yml

A javascript package with key code constants.
Go to Latest
File
language: node_js
node_js: - node - 11 - 10 - 8
cache: yarn
before_script: - curl -fsSL https://deno.land/x/install/install.sh | sh - export PATH="/home/travis/.deno/bin:$PATH"