diff options
author | Daniel <dmoody256@gmail.com> | 2019-01-20 16:28:00 (GMT) |
---|---|---|
committer | Daniel <dmoody256@gmail.com> | 2019-01-20 16:28:00 (GMT) |
commit | 43e2b06f2f5da6ba275647079c992581c025bce7 (patch) | |
tree | aec26dd08213f90c4853429748e78c98de344393 /.appveyor.yml | |
parent | 55b1e9a31f6f0e463991050a9499498c9cacdf21 (diff) | |
download | SCons-43e2b06f2f5da6ba275647079c992581c025bce7.zip SCons-43e2b06f2f5da6ba275647079c992581c025bce7.tar.gz SCons-43e2b06f2f5da6ba275647079c992581c025bce7.tar.bz2 |
switch badge to scons repo, fix mispelling, commented out linux on appveyor
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index c9c55a3..d80bdb4 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,7 +1,8 @@ #version: '3.0.1.{build}' -image: - - Ubuntu +image: + # linux builds disabled for now + # - Ubuntu - Visual Studio 2015 - Visual Studio 2017 |