Ericsson / CodeCheckerEclipsePlugin

This is an Eclipse plugin that shows C/C++ static analysis results found by Clang Static Analyzer and Clang Tidy
Eclipse Public License 1.0
32 stars 13 forks source link

Automatic test running #16

Closed gyorb closed 8 years ago

gyorb commented 8 years ago

Run unit tests automatically with Travis

Locutus18 commented 8 years ago

Travis complete :

//Because -> apt-get install maven sudo: required

language: java

jdk:

before_script: //Since the virtual machine is a new version maven so you need to make an old version.

script: mvn install; mvn clean test