Skip to content

Commit

Permalink
Temporarily disable coveralls to fix build issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis J. McWherter Jr committed Feb 4, 2016
1 parent 65019f4 commit 1fd6a35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- "/^[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+/"
# build steps
install: true
script: mvn clean verify coveralls:report
script: mvn clean verify # coveralls:report
after_success:
- test "${TRAVIS_PULL_REQUEST}" == "false" && mvn versioneye:update
- test "${TRAVIS_PULL_REQUEST}" == "false" && test "${TRAVIS_TAG}" != "" && mvn deploy --settings travis/settings.xml
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
Expand All @@ -373,6 +374,7 @@
<repoToken>${env.coveralls_repo_token}</repoToken>
</configuration>
</plugin>
-->
<plugin>
<groupId>com.versioneye</groupId>
<artifactId>versioneye-maven-plugin</artifactId>
Expand Down

0 comments on commit 1fd6a35

Please sign in to comment.