Skip to content

Commit

Permalink
Fix CI profile activation
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Jun 22, 2019
1 parent f0ecce9 commit f5b92b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Expand Up @@ -16,7 +16,6 @@
limitations under the License.
-->

<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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.derjust</groupId>
Expand Down Expand Up @@ -592,7 +591,7 @@
<id>ci</id>
<activation>
<property>
<name>!TRAVIS_CI</name>
<name>env.TRAVIS_CI</name>
</property>
</activation>
</profile>
Expand Down

0 comments on commit f5b92b2

Please sign in to comment.