travis: Create basic travis file
This commit is contained in:
parent
ce3af99391
commit
f9d6b072b5
1 changed files with 12 additions and 0 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "4"
|
||||||
|
|
||||||
|
script:
|
||||||
|
- npm test
|
||||||
|
|
||||||
|
# run on container-based infrastructure
|
||||||
|
sudo: false
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- node_modules
|
Loading…
Reference in a new issue