Skip to content

Commit

Permalink
Made appveyor profile active by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Tian committed Feb 19, 2018
1 parent 740c3b7 commit 7e6faa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $mavenConfig = '<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
<profile>
<id>appveyor</id>
<activation>
<activeByDefault>false</activeByDefault>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
Expand Down

0 comments on commit 7e6faa1

Please sign in to comment.