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

Commit

Permalink
Ok! Now all the tests should pass in Travis! Yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorales committed Dec 27, 2013
1 parent 808d0fe commit e9c3b2f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Expand Up @@ -2,15 +2,13 @@ language: ruby
rvm: rvm:
- "1.9.2" - "1.9.2"
before_script: before_script:
- echo "BEGIN before_script BLOCK" - echo "Remember your flashlight! Watch out for the lurking Grue!"
- bundle exec gem list
script: script:
- echo "BEGIN script BLOCK" - echo "BEGIN script BLOCK"
- ruby -v - bundle exec ruby test/test_reve.rb
- bundle exec gem list - bundle exec ruby test/test_extensions.rb
#- cd ./vendor/bundle
- bundle exec ruby test/test_test.rb
#- gem list






Expand Down
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -9,3 +9,4 @@ group :test, :development do
gem 'hpricot' gem 'hpricot'
gem 'simplecov', :require => false #code coverage thingy gem 'simplecov', :require => false #code coverage thingy
end end

0 comments on commit e9c3b2f

Please sign in to comment.