1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

Merge pull request #10 from wk/initial-travis-ci

introduce travis ci
This commit is contained in:
nttgin-buildbot
2019-09-03 21:48:28 +02:00
committed by GitHub

9
.travis.yml Normal file
View File

@@ -0,0 +1,9 @@
language: node_js
node_js:
- 10
cache:
yarn: true
directories:
- node_modules