Skip to content

Commit

Permalink
CI Ruby Node version up
Browse files Browse the repository at this point in the history
  • Loading branch information
windyakin committed Oct 29, 2016
1 parent 046df25 commit 7147f01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,7 +1,7 @@
language: node_js

node_js:
- '4.2'
- '6.9'

sudo: false

Expand All @@ -14,8 +14,8 @@ git:
submodules: false

before_install:
- rvm install 2.2.3
- rvm use 2.2.3 --fuzzy
- rvm install 2.3.0
- rvm use 2.3.0 --fuzzy
- export GEMDIR=$(rvm gemdir)
- ruby --version
- gem --version
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -4,8 +4,8 @@ init:
- git config --global core.autocrlf true

environment:
nodejs_version: 4.2.2
ruby_verison: 22-x64
nodejs_version: 6.9.1
ruby_version: 23-x64

install:
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
Expand Down

0 comments on commit 7147f01

Please sign in to comment.