Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Fix env.CI property
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Sep 25, 2013
1 parent 80cf955 commit 3c54832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -631,7 +631,7 @@
<id>lint</id>
<activation>
<property>
<name>CI</name>
<name>env.CI</name>
<value>true</value>
</property>
</activation>
Expand Down

0 comments on commit 3c54832

Please sign in to comment.