File tree Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Expand file tree Collapse file tree 1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change 108
108
</plugin >
109
109
</plugins >
110
110
</build >
111
-
111
+
112
+ <profiles >
113
+ <profile >
114
+ <id >travis</id >
115
+ <activation >
116
+ <property >
117
+ <name >env.TRAVIS</name >
118
+ <value >true</value >
119
+ </property >
120
+ </activation >
121
+ <build >
122
+ <plugins >
123
+ <plugin >
124
+ <groupId >org.codehaus.mojo</groupId >
125
+ <artifactId >cobertura-maven-plugin</artifactId >
126
+ <version >2.7</version >
127
+ <configuration >
128
+ <formats >
129
+ <format >xml</format >
130
+ </formats >
131
+ </configuration >
132
+ </plugin >
133
+ <plugin >
134
+ <groupId >org.eluder.coveralls</groupId >
135
+ <artifactId >coveralls-maven-plugin</artifactId >
136
+ <version >4.3.0</version >
137
+ </plugin >
138
+ </plugins >
139
+ </build >
140
+ </profile >
141
+ </profiles >
142
+
112
143
</project >
You can’t perform that action at this time.
0 commit comments