Skip to content

Commit f5b92b2

Browse files
committed
Fix CI profile activation
1 parent f0ecce9 commit f5b92b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
limitations under the License.
1717
1818
-->
19-
2019
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221
<groupId>com.github.derjust</groupId>
@@ -592,7 +591,7 @@
592591
<id>ci</id>
593592
<activation>
594593
<property>
595-
<name>!TRAVIS_CI</name>
594+
<name>env.TRAVIS_CI</name>
596595
</property>
597596
</activation>
598597
</profile>

0 commit comments

Comments
 (0)