sprites/.travis.yml
Christopher Monsanto f2ca93f26a Travis should run Ubuntu 20.04
Need newer Python 3 for better-sqlite install script
2021-05-09 21:25:07 -04:00

18 lines
314 B
YAML

sudo: false
dist: focal
language: node_js
node_js:
- '14'
cache:
npm: false
directories:
- "~/.pnpm-store"
before_install:
- curl -L https://unpkg.com/@pnpm/self-installer | node
- pnpm config set store-dir ~/.pnpm-store
install:
- pnpm install
script: pnpm run build
notifications:
email: false