add travis

This commit is contained in:
larshp 2016-02-02 11:59:04 +00:00
parent 0aaa16458a
commit df8ebe59dd
2 changed files with 13 additions and 0 deletions

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: node_js
node_js:
- "4.1"
notifications:
email: false

8
package.json Normal file
View File

@ -0,0 +1,8 @@
{
"scripts": {
"test": "abaplint *.abap"
},
"devDependencies": {
"abaplint": ">0.0.16"
}
}