We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9a9f6 commit fea4fa9Copy full SHA for fea4fa9
2 files changed
.travis.yml
@@ -8,3 +8,6 @@ jdk:
8
install: true
9
10
script: mvn test
11
+
12
+after_success:
13
+ - mvn coveralls:report
pom.xml
@@ -123,6 +123,11 @@
123
</execution>
124
</executions>
125
</plugin>
126
+ <plugin>
127
+ <groupId>org.eluder.coveralls</groupId>
128
+ <artifactId>coveralls-maven-plugin</artifactId>
129
+ <version>3.1.0</version>
130
+ </plugin>
131
</plugins>
132
</build>
133
<name>JavaFastPFOR</name>
0 commit comments