mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-06-01 08:55:02 +02:00
8 lines
108 B
YAML
8 lines
108 B
YAML
language: node_js
|
|
node_js:
|
|
- 4
|
|
before_script:
|
|
- npm install -g grunt-cli
|
|
after_script:
|
|
- grunt retire
|