Skip to content

Commit

Permalink
appveyor: use latest ruby in install phase
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Aug 14, 2018
1 parent 45c37c6 commit 7faff35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '{build}-{branch}'
install:
- mkdir tmp\bin || exit 0
- set PATH=%cd%\tmp\bin;%PATH%
- set PATH=C:\Ruby25-x64\bin;%cd%\tmp\bin;%PATH%
- ruby --version
- bundle package --all

Expand Down

0 comments on commit 7faff35

Please sign in to comment.