1
0
mirror of https://github.com/kremalicious/appstorebadges.git synced 2024-06-10 11:34:48 +02:00
appstorebadges/.travis.yml

11 lines
154 B
YAML
Raw Normal View History

2015-09-12 23:26:54 +02:00
sudo: false
language: node
cache:
directories:
- node_modules
before_script:
- npm install gulp -g
- npm install
script:
- gulp build