Add Travis

This commit is contained in:
lukasmartinelli 2016-09-19 21:33:47 +02:00
parent e52c330130
commit 6a45518706

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: node_js
node_js:
- "6"
- "6.1"
before_script:
- npm install -g eslint eslint-plugin-react
install:
- npm install
script:
- npm run build