forked from railsbridge/bridge_troll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speedup TravisCI build a little with JS deps caching
Remove db:reset step from Travis build because I can't quite remember why I thought it was needed
- Loading branch information
1 parent
53835d5
commit 65ec9d4
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
bundle exec rake db:create:all | ||
# ensure that migrations can run successfully | ||
bundle exec rake db:migrate | ||
# re-load from schema to ensure DB is empty | ||
bundle exec rake db:reset |