Skip to content

Commit

Permalink
Add linter
Browse files Browse the repository at this point in the history
  • Loading branch information
sonsoleslp committed Nov 30, 2018
1 parent 45fef20 commit 6f277c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ install: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Padd-dependenci
jobs:
include:
- stage: test
script: $ mvn test -Padd-dependencies-for-IDEA -Dtest=org.fiware.cosmos.orion.flink.connector.tests.MainTest
script: mvn test -Padd-dependencies-for-IDEA -Dtest=org.fiware.cosmos.orion.flink.connector.tests.MainTest
- stage: lint
script: mvn vevrify -Padd-dependencies-for-IDEA

0 comments on commit 6f277c2

Please sign in to comment.