Skip to content
This repository was archived by the owner on Dec 14, 2020. It is now read-only.
This repository was archived by the owner on Dec 14, 2020. It is now read-only.

Update document to explain how to use with Travis CI #1

@KengoTODA

Description

@KengoTODA

In my understanding, we can use following explanation:

Run incremental analysis in Travis CI

Create a profile activated only in the build on Travis CI. For instance:

<profile>
  <id>travis</id>
  <activation>
    <property>
      <name>env.TRAVIS</name>
    </property>
    <property>
      <name>env.TRAVIS_PULL_REQUEST</name>
      <value>!false</value>
    </property>
  </activation>
  <properties>
    <incremental.spotbugs.target>refs/heads/${env.TRAVIS_BRANCH}</incremental.spotbugs.target>
  </properties>
</profile>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions