Skip to content

Commit

Permalink
more travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yucombinator committed Aug 10, 2015
1 parent 344dded commit 471e2f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ addons:
postgresql: "9.3"
before_script:
- psql -c 'create database travis_ci_test;' -U postgres
- "rake db:migrate RAILS_ENV=test"
- "rake db:seed"
13 changes: 0 additions & 13 deletions test/fixtures/robots.yml

This file was deleted.

7 changes: 0 additions & 7 deletions test/models/robot_test.rb

This file was deleted.

0 comments on commit 471e2f2

Please sign in to comment.