mirror of
https://github.com/pure-css/pure.git
synced 2025-01-13 02:04:23 +00:00
7 lines
101 B
YAML
7 lines
101 B
YAML
|
language: node_js
|
||
|
node_js:
|
||
|
- "0.10"
|
||
|
before_script:
|
||
|
- npm install -g grunt-cli
|
||
|
script: grunt test
|