Skip to content

Commit

Permalink
Merge branch 'rust-1.25'
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmo0920 committed Apr 2, 2018
2 parents 68c5458 + 61c1e07 commit b2541af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ matrix:
# # will have to be commented out the following line
# - SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
- rust: beta
- rust: 1.23.0
- rust: 1.25.0

install:
- rvm use 2.3
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ environment:
matrix:
- TARGET: x86_64-pc-windows-msvc
BITS: 64
RUSTVER: 1.23.0
RUSTVER: 1.25.0
ruby_version: "23-x64"
devkit: C:\Ruby23-x64\DevKit
- TARGET: x86_64-pc-windows-msvc
BITS: 64
RUSTVER: 1.23.0
RUSTVER: 1.25.0
ruby_version: "23"
devkit: C:\Ruby23\DevKit

Expand Down

0 comments on commit b2541af

Please sign in to comment.