Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Sep 27, 2024
1 parent 41f8a1d commit 5616717
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Build
run: mvn --batch-mode -DskipTests=true -Dmaven.javadoc.skip=true package
- name: Test
run: mvn --batch-mode verify
run: mvn --batch-mode -P CI verify
7 changes: 1 addition & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -970,12 +970,7 @@
</profile>

<profile>
<id>travis</id>
<activation>
<property>
<name>env.TRAVIS</name>
</property>
</activation>
<id>CI</id>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 5616717

Please sign in to comment.