mirror of
https://github.com/smogon/sprites.git
synced 2026-04-25 23:54:07 -05:00
try travis
This commit is contained in:
parent
e17c1d7634
commit
9cc610852a
16
.travis.yml
Normal file
16
.travis.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
sudo: false
|
||||
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
|
||||
Loading…
Reference in New Issue
Block a user