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