Add Travis CI
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
fc52d5ae3c
commit
109d562ad9
8
packages/learn/.travis.yml
Normal file
8
packages/learn/.travis.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
sudo: false
|
||||||
|
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "lts/*"
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- "node_modules"
|
Reference in New Issue
Block a user