mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
add travis
This commit is contained in:
parent
0aaa16458a
commit
df8ebe59dd
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
language: node_js
|
||||||
|
node_js:
|
||||||
|
- "4.1"
|
||||||
|
notifications:
|
||||||
|
email: false
|
8
package.json
Normal file
8
package.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"scripts": {
|
||||||
|
"test": "abaplint *.abap"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"abaplint": ">0.0.16"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user