1
0
mirror of https://github.com/kremalicious/appstorebadges.git synced 2024-06-17 18:13:10 +02:00
appstorebadges/.travis.yml

11 lines
154 B
YAML

sudo: false
language: node
cache:
directories:
- node_modules
before_script:
- npm install gulp -g
- npm install
script:
- gulp build