Add travis config

This commit is contained in:
József Farkas
2016-08-15 22:22:32 +02:00
parent cc246f27d9
commit b58eefad47

20
.travis.yml Normal file
View File

@@ -0,0 +1,20 @@
language: node_js
sudo: false
node_js:
- '5.10.0'
install:
- npm install
before_script:
- npm run build
- npm run build:test
script:
- cd ./config-serializer
- node ./test-serializer.js
cache:
directories:
- node_modules