We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7e1b4 commit efea99bCopy full SHA for efea99b
travis.sh
@@ -13,21 +13,13 @@ RunMaven() {
13
fi
14
}
15
16
-cd java-custom-rules
17
-RunMaven
18
-cd ..
19
-
20
-cd javascript-custom-rules
21
22
23
24
cd php-custom-rules
25
RunMaven
26
cd ..
27
28
-# cd python-custom-rules
29
-# RunMaven
30
-# cd ..
+ cd python-custom-rules
+ RunMaven
+ cd ..
31
32
cd rpg-custom-rules
33
wget https://binaries.sonarsource.com/CommercialDistribution/sonar-rpg-plugin/sonar-rpg-plugin-2.3.0.1187.jar
0 commit comments