Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Merge pull request #233 from wingrunr21/fix_travis
Browse files Browse the repository at this point in the history
Fix Travis
  • Loading branch information
rebornix authored Jan 25, 2018
2 parents 84ad9a1 + 4201ae1 commit c65e82d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
language: ruby
rvm:
- 2.3.0
- 2.0.0
- 1.9.3
- 2.0.0
- 2.1.10
- 2.2.9
- 2.3.6
- 2.4.3
- 2.5.0

before_install:
- gem install ruby-debug-ide
- nvm install v6.9.1
- nvm use v6.9.1
- gem install ruby-debug-ide
- nvm install 8.9.3
- echo "8.9.3" > .nvmrc

before_script:
- nvm use
- npm install -g typescript -v 2.1.5
- npm install
- npm run compile
script: npm run test-debugger
script: nvm use && npm run test-debugger
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ environment:
- ruby_version: "22-x64"
- ruby_version: "23"
- ruby_version: "23-x64"
- ruby_version: "24"
- ruby_version: "24-x64"

0 comments on commit c65e82d

Please sign in to comment.