Skip to content

Commit

Permalink
Merge pull request #229 from fpapon/travis
Browse files Browse the repository at this point in the history
Remove CI profile for 2.0.0
  • Loading branch information
fpapon authored May 8, 2020
2 parents 6a4f7e2 + c46f235 commit fabae55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install:
- 'true'

script:
- "mvn -e -Pci,docs install apache-rat:check -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
- "mvn -e -Pdocs install apache-rat:check -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"

after_success:
- bash <(curl -s https://codecov.io/bash) -f test-coverage/target/site/jacoco-aggregate/jacoco.xml

0 comments on commit fabae55

Please sign in to comment.