Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created May 6, 2014 21:23
Show Gist options
  • Save BanzaiMan/2e98873484e5d828dc0f to your computer and use it in GitHub Desktop.
Save BanzaiMan/2e98873484e5d828dc0f to your computer and use it in GitHub Desktop.
Using worker: worker-linux-1-2.bb.travis-ci.com:travis-linux-6
Applying updates
Installing an SSH key
git.1
$ git clone --depth=50 --branch=master git@github.com:travis-pro/test-project.git travis-pro/test-project
Cloning into 'travis-pro/test-project'...
Warning: Permanently added 'github.com,192.30.252.131' (RSA) to the list of known hosts.
remote: Counting objects: 391, done.
remote: Compressing objects: 100% (259/259), done.
remote: Total 391 (delta 135), reused 375 (delta 120)
Receiving objects: 100% (391/391), 46.32 KiB, done.
Resolving deltas: 100% (135/135), done.
$ cd travis-pro/test-project
git.3
$ git checkout -qf c81f3f5ce05b4f1f02796d5ca44e45953e0b2604
$ rvm use 1.9.3 --install --binary --fuzzy
Using /home/travis/.rvm/gems/ruby-1.9.3-p484
$ export BUNDLE_GEMFILE=$PWD/Gemfile
$ ruby --version
ruby 1.9.3p484 (2013-11-22 revision 43786) [x86_64-linux]
$ rvm --version
rvm 1.25.14 (latest-minor) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
$ gem --version
2.2.1
$ bundle --version
Bundler version 1.5.1
install
$ bundle install --without debug
The source :rubygems is deprecated because HTTP requests are insecure.
Please change your source to 'https://rubygems.org' if possible, or 'http://rubygems.org' if not.
Fetching gem metadata from http://rubygems.org/.......
Resolving dependencies...
Installing rake (10.3.1)
Installing net-ssh (2.9.0)
Installing net-sftp (2.1.2)
Using bundler (1.5.1)
Your bundle is complete!
Gems in the group debug were not installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
$ echo -ne "\033[34;4munderlined\033[0m; not underlined"
underlined; not underlined
The command "echo -ne "underlined; not underlined"" exited with 0.
Done. Your build exited with 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment