1
0
mirror of https://github.com/kremalicious/appstorebadges.git synced 2024-11-22 01:37:13 +01: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