Skip to content

Commit 8e47f8e

Browse files
committed
Update ci scripts to build with mruby 1.2.0, 1.3.0 and head
1 parent fd103c5 commit 8e47f8e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ environment:
2828
VCVARSALL: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
2929
CC: gcc
3030
matrix:
31+
- MRUBY_VERSION: 1.2.0
32+
COMPILER: C:\MinGW # MinGW 32-bit 5.3.0
3133
- MRUBY_VERSION: 1.3.0
3234
COMPILER: C:\MinGW # MinGW 32-bit 5.3.0
3335
- MRUBY_VERSION: head

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ compiler:
2525
- clang
2626

2727
env:
28+
- MRUBY_VERSION=1.2.0
2829
- MRUBY_VERSION=1.3.0
2930
- MRUBY_VERSION=head
3031

0 commit comments

Comments
 (0)