mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
13 lines
127 B
YAML
13 lines
127 B
YAML
language: node_js
|
|
node_js:
|
|
- "8"
|
|
- "10"
|
|
|
|
cache:
|
|
directories:
|
|
- $HOME/.cache/yarn
|
|
|
|
script:
|
|
- yarn
|
|
- yarn run test
|