Skip to content

Commit

Permalink
.travis.yml: Lint files
Browse files Browse the repository at this point in the history
This duplicates gitmate, catching problems that GitMate misses
in files not included in the commit.

Also tidy yaml files.

Fixes coala#73
  • Loading branch information
jayvdb committed Dec 3, 2018
1 parent 815ee83 commit a79ca37
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python: 3.5

install:
- pip install setuptools==21 pip==9
- pip install 'git+https://github.com/coala/coala#egg=coala'
- pip install 'git+https://github.com/coala/coala-bears#egg=coala-bears'

script:
- coala --ci

3 changes: 2 additions & 1 deletion data/Language/VisualBasic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ identifier: Visual Basic
full_name: Visual Basic
creation_date: 1991
wikidata: Q2378
grammar_file: https://github.com/antlr/grammars-v4/blob/master/vb6/VisualBasic6.g4
grammar_file:
https://github.com/antlr/grammars-v4/blob/master/vb6/VisualBasic6.g4
aliases:
- vb
extensions:
Expand Down

0 comments on commit a79ca37

Please sign in to comment.