We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ecce9 commit f5b92b2Copy full SHA for f5b92b2
pom.xml
@@ -16,7 +16,6 @@
16
limitations under the License.
17
18
-->
19
-
20
<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">
21
<modelVersion>4.0.0</modelVersion>
22
<groupId>com.github.derjust</groupId>
@@ -592,7 +591,7 @@
592
591
<id>ci</id>
593
<activation>
594
<property>
595
- <name>!TRAVIS_CI</name>
+ <name>env.TRAVIS_CI</name>
596
</property>
597
</activation>
598
</profile>
0 commit comments