Skip to content
This repository has been archived by the owner on May 9, 2018. It is now read-only.

Commit

Permalink
changing puts to echo
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorales committed Dec 27, 2013
1 parent 3b57909 commit 13386a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: ruby
rvm:
- "1.9.2"
before_script:
- puts "BEGIN before_script BLOCK"
- echo "BEGIN before_script BLOCK"
- gem list
script:
- puts "BEGIN script BLOCK"
- echo "BEGIN script BLOCK"
- ruby -v
- gem list
#- cd ./vendor/bundle
Expand Down

0 comments on commit 13386a5

Please sign in to comment.