Files
agent/.travis.yml
József Farkas b58eefad47 Add travis config
2016-08-15 22:22:32 +02:00

20 lines
243 B
YAML

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