Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Remove installation of RVM
Browse files Browse the repository at this point in the history
  • Loading branch information
Mostafa Amiri committed May 29, 2017
1 parent 39fb79e commit 726debd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ script:
- ./compiler.sh
before_install:
- openssl aes-256-cbc -K $encrypted_f76f5a82bf43_key -iv $encrypted_f76f5a82bf43_iv -in ssh-key.enc -out .ssh-key -d
- rm -rf ~/.gnupg/
- curl -#LO https://rvm.io/mpapis.asc
- gpg --import mpapis.asc
- rvm get stable --auto-dotfiles
- rvm install 2.2.5
after_success:
- travis_wait 30 ./app/build/desktop_app_compiler.sh
deploy:
Expand Down
2 changes: 0 additions & 2 deletions app/build/desktop_app_compiler.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env bash

rvm use ruby-2.2.5

cp index-web.html public/index.html
cp package.json public/package.json

Expand Down

0 comments on commit 726debd

Please sign in to comment.