Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
Execute persistence tests on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
knub committed Mar 20, 2013
1 parent d509bdf commit 48ae14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -10,6 +10,7 @@ env:
- CI_TESTS=rubyspec
- CI_TESTS=vmunit
- CI_TESTS=vmunit2
- CI_TESTS=p_tests
# These next ones have to be cleaned up, they don't currently pass
# - CI_TESTS=fav_gems
# - CI_TESTS=sinatra
Expand Down
1 change: 1 addition & 0 deletions Rakefile
Expand Up @@ -61,6 +61,7 @@ if ENV["TRAVIS"]
tests = {"rubyspec" => "spec:ci",
"vmunit" => "travis:vmunit",
"vmunit2" => "tests:vmunit2",
"p_tests" => "dev:p-tests",
"fav_gems" => "tests:fav_gems_install",
"sinatra" => "tests:sinatra",
"examples" => "tests:examples"}
Expand Down

0 comments on commit 48ae14c

Please sign in to comment.