Skip to content

Commit

Permalink
Create .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelwiejkut committed Jan 6, 2019
1 parent e7c28fd commit 0fcf3a3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

language: node_js
node_js:
- "10"
notifications:
email: false
before_script:
- npm install -g abaplint
script:
- abaplint "src/**/*.*"
branches:
only:
- master

0 comments on commit 0fcf3a3

Please sign in to comment.