mirror of
https://github.com/kwk/docker-registry-frontend.git
synced 2024-11-10 17:03:49 +08:00
6 lines
110 B
YAML
6 lines
110 B
YAML
language: node_js
|
|
node_js:
|
|
- '0.10'
|
|
before_script:
|
|
- 'npm install -g bower grunt-cli'
|
|
- 'bower install'
|