This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 286
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from wingrunr21/fix_travis
Fix Travis
- Loading branch information
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters