8 lines
96 B
YAML
8 lines
96 B
YAML
dist: xenial
|
|
language: generic
|
|
install: npm install
|
|
script: make
|
|
branches:
|
|
only:
|
|
- master
|