mirror of
https://github.com/kremalicious/appstorebadges.git
synced 2024-11-22 09:47:20 +01:00
11 lines
154 B
YAML
11 lines
154 B
YAML
|
sudo: false
|
||
|
language: node
|
||
|
cache:
|
||
|
directories:
|
||
|
- node_modules
|
||
|
before_script:
|
||
|
- npm install gulp -g
|
||
|
- npm install
|
||
|
script:
|
||
|
- gulp build
|