Skip to content

Commit

Permalink
use latest ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
tcz001 committed Dec 7, 2015
1 parent 0accdbd commit 8e4781a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ platform:
environment:
global:
APPVEYOR_OS_NAME: windows
RUBY_VERSION: "22-x64"
GOPATH: c:\gopath
BINTRAY_USER:
secure: HvXDg/3xn3Du2GPXPyf1tQ==
Expand Down Expand Up @@ -31,6 +32,7 @@ install:
- if "%METHOD%"=="cross" appveyor DownloadFile http://kent.dl.sourceforge.net/project/msys2/Base/%MSYS2_ARCH%/msys2-base-%MSYS2_ARCH%-%MSYS2_BASEVER%.tar.xz
- if "%METHOD%"=="cross" 7z x msys2-base-%MSYS2_ARCH%-%MSYS2_BASEVER%.tar.xz > $nul
- if "%METHOD%"=="cross" 7z x msys2-base-%MSYS2_ARCH%-%MSYS2_BASEVER%.tar > $nul
- SET PATH=C:\Ruby%RUBY_VERSION%\bin;%PATH%
- SET PATH=%PATH%;%MSYS_PATH%\usr\bin
- SET PATH=%PATH%;%MSYS_PATH%\mingw%MSYS2_BITS%\bin
- '%MSYS_PATH%\usr\bin\bash -lc "echo update-core starting..." 2> $nul'
Expand Down

0 comments on commit 8e4781a

Please sign in to comment.