This commit is contained in:
Mark Wolff 2019-04-15 16:16:38 -07:00
Родитель 45b2b720a4
Коммит b10f3fdc42
1 изменённых файлов: 16 добавлений и 0 удалений

16
.travis.yml Normal file
Просмотреть файл

@ -0,0 +1,16 @@
language: node_js
node_js:
- "node"
- "11"
- "10"
- "9"
- "8"
- "7"
- "6"
- "4"
before_script:
- npm install
script:
- npm run build:ts
- npm run build
- npm test