Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Sep 19, 2020
1 parent b222562 commit ce1da38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ buildNumber.properties
*.iml

/sav
.coveralls.yml
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ script: mvn clean test

sudo: false
after_success:
# - mvn clean test jacoco:report coveralls:report
- mvn clean test jacoco:report
- mvn clean test jacoco:report coveralls:report
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@
</executions>
</plugin>

<!-- <plugin>-->
<!-- <groupId>org.eluder.coveralls</groupId>-->
<!-- <artifactId>coveralls-maven-plugin</artifactId>-->
<!-- <version>4.3.0</version>-->
<!-- <configuration>-->
<!-- <repoToken>i3Bl4av26PMqZNekY8X3Jt7t6YhwFXKFu</repoToken>-->
<!-- </configuration>-->
<!-- </plugin>-->
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<configuration>
<repoToken>r92OLg0S3kCJakLAMW6HlLsDgNSMaolGS</repoToken>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit ce1da38

Please sign in to comment.