Skip to content

Commit

Permalink
Updated Travis CI configuration and ignore rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmyward committed Mar 4, 2013
1 parent e4a9e43 commit 8d19fbb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ lib/bundler/man
pkg
rdoc
spec/*.log
spec/config/database.yml
spec/reports
*.sqlite3
test/tmp
test/version_tmp
tmp
Expand Down
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
script: "cp spec/config/database.yml.sample spec/config/database.yml && bundle install && rake"
language: ruby
rvm:
- 1.9.3
- 1.9.3
env:
- DB=sqlite3
Binary file removed honor.sqlite3
Binary file not shown.
19 changes: 0 additions & 19 deletions spec/config/database.yml

This file was deleted.

0 comments on commit 8d19fbb

Please sign in to comment.