mirror of
https://github.com/demostf/demo.js
synced 2026-06-03 16:44:12 +02:00
add travis configuration
This commit is contained in:
parent
d3413636ce
commit
d7adf014b3
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "4"
|
||||||
|
- "5"
|
||||||
|
- "6"
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
|
install:
|
||||||
|
- make node_modules
|
||||||
|
script:
|
||||||
|
- make test
|
||||||
Loading…
Add table
Add a link
Reference in a new issue