1
0
Fork 0
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:
Robin Appelman 2017-03-10 16:32:52 +01:00
commit d7adf014b3

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
services:
- docker
install:
- make node_modules
script:
- make test