diff options
| author | KOBAYASHI Shuji <[email protected]> | 2020-05-26 11:56:35 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2020-10-12 16:21:01 +0900 |
| commit | cc587e653520a29557df4671a1423ae216ba8050 (patch) | |
| tree | 4754cce91050aa99170052c72b93bda437ec8170 /appveyor.yml | |
| parent | 1122124f9774210650f66cae2b6f2baa67aff581 (diff) | |
| download | mruby-cc587e653520a29557df4671a1423ae216ba8050.tar.gz mruby-cc587e653520a29557df4671a1423ae216ba8050.zip | |
Removed Bison related settings from `.travis.yml` and `appveyor.yml`
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8a34d82bf..c446d3944 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -38,7 +38,7 @@ init: - set PATH=C:\Ruby26-x64\bin;%PATH% - ruby --version + build_script: - - set YACC=.\win_flex_bison\win_bison.exe - set MRUBY_TARGET=appveyor - rake -E $stdout.sync=true test |
