cryptocoins/.travis.yml

9 lines
101 B
YAML

dist: trusty
sudo: false
language: node_js
node_js:
- "node"
install:
- npm install
script: gulp