Skip to content

Commit 5b7b30b

Browse files
committed
Upgrade ci scripts to use mruby-1.3.0
1 parent 78ddeef commit 5b7b30b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ 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
31+
- MRUBY_VERSION: 1.3.0
3232
COMPILER: C:\MinGW # MinGW 32-bit 5.3.0
3333
- MRUBY_VERSION: head
3434
COMPILER: C:\MinGW # MinGW 32-bit 5.3.0
@@ -37,7 +37,7 @@ environment:
3737
COMPILER: C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0 # MinGW-w64 5.3.0
3838
- MRUBY_VERSION: head
3939
COMPILER: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1 # MinGW-w64 6.3.0
40-
- MRUBY_VERSION: 1.2.0
40+
- MRUBY_VERSION: 1.3.0
4141
COMPILER: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC # Visual Studio 2015
4242
CC: visualcpp
4343

.travis.yml

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

2727
env:
28-
- MRUBY_VERSION=1.2.0
28+
- MRUBY_VERSION=1.3.0
2929
- MRUBY_VERSION=head
3030

3131
script:

0 commit comments

Comments
 (0)