Skip to content

Commit

Permalink
Moves ci directory in test directory and removes Ruby 1.8.7 from test
Browse files Browse the repository at this point in the history
  • Loading branch information
burisu committed Sep 19, 2012
1 parent db2a8f6 commit 40a4eb3
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
env:
- DB=mysql
- DB=postgresql
- DB=sqlite3
before_script:
- "ci/setup"
- "test/ci/setup"
- "bundle exec rake db:migrate" # > migrate.log
script: "bundle exec rake test"
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion ci/setup → test/ci/setup
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ else
end

# Copy database.yml like in real case
system("cp -f #{here}/database.#{database}.yml #{here}/../config/database.yml")
system("cp -f #{here}/database.#{database}.yml #{here}/../../config/database.yml")

# Create Database manually
if database == :postgresql
Expand Down

0 comments on commit 40a4eb3

Please sign in to comment.