diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..c1f1eacca --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: + - "4.1" +notifications: + email: false \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 000000000..6e8a1f38e --- /dev/null +++ b/package.json @@ -0,0 +1,8 @@ +{ + "scripts": { + "test": "abaplint *.abap" + }, + "devDependencies": { + "abaplint": ">0.0.16" + } +} \ No newline at end of file