Files
agent/.travis.yml
2016-12-18 14:53:40 +01:00

21 lines
284 B
YAML

language: node_js
sudo: false
node_js:
- '5.10.0'
install:
- npm install
before_script:
- npm run build
- npm run build:test
- npm run build:electron
- npm run lint
script:
- cd ./test-serializer && node ./test-serializer.js
cache:
directories:
- node_modules