diff options
author | w0rp <devw0rp@gmail.com> | 2017-09-06 10:14:25 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-09-06 10:14:25 +0100 |
commit | ad1bd424fa33a60fd437ff1488f5bcd925a0be10 (patch) | |
tree | b9cc9f455589eff7683fb78da3f00e73e892de17 | |
parent | a170cc806aa82a1a087911545e4ff5b71d1b777b (diff) | |
download | ale-ad1bd424fa33a60fd437ff1488f5bcd925a0be10.zip |
Run installation steps in install instead for AppVeyor
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 76b026f6..51b4f277 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,5 @@ --- -init: +install: # Stop git from changing newlines - git config --global core.autocrlf input # Set up the build environment |