travis config

typescript
Yanick Champoux 2019-10-24 11:44:51 -04:00
parent 6c89964a1c
commit ed50c9dab9
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
language: node_js
node_js:
- 'node'
- 'lts/*'
install:
- npm uninstall typescript --no-save
- npm install
cache:
directories:
- node_modules
git:
depth: 1