mirror of
https://github.com/pure-css/pure.git
synced 2024-11-24 10:44:21 +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
|