Skip to content

Commit efea99b

Browse files
Avoid building empty projects. Build python-custom-rules
1 parent ac7e1b4 commit efea99b

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

travis.sh

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,13 @@ RunMaven() {
1313
fi
1414
}
1515

16-
cd java-custom-rules
17-
RunMaven
18-
cd ..
19-
20-
cd javascript-custom-rules
21-
RunMaven
22-
cd ..
23-
2416
cd php-custom-rules
2517
RunMaven
2618
cd ..
2719

28-
# cd python-custom-rules
29-
# RunMaven
30-
# cd ..
20+
cd python-custom-rules
21+
RunMaven
22+
cd ..
3123

3224
cd rpg-custom-rules
3325
wget https://binaries.sonarsource.com/CommercialDistribution/sonar-rpg-plugin/sonar-rpg-plugin-2.3.0.1187.jar

0 commit comments

Comments
 (0)