1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2024-11-24 08:42:24 +02:00

travis file added

This commit is contained in:
Braun Patrik 2016-03-13 16:03:07 +01:00
parent b586b4d7da
commit db84c707e1

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: node_js
node_js:
- "5.6"
- "4.3"
- "0.12.10"
script: npm run test