mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-02-21 15:34:02 +01: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
|