Attempt to setup TravisCI
This commit is contained in:
parent
71b047be48
commit
bb9575ece5
5 changed files with 63 additions and 31 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,9 +1,3 @@
|
|||
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
||||
#
|
||||
# If you find yourself ignoring temporary files generated by your text editor
|
||||
# or operating system, you probably want to add a global ignore instead:
|
||||
# git config --global core.excludesfile '~/.gitignore_global'
|
||||
|
||||
# Ignore bundler config.
|
||||
/.bundle
|
||||
|
||||
|
@ -14,3 +8,6 @@
|
|||
# Ignore all logfiles and tempfiles.
|
||||
/log/*.log
|
||||
/tmp
|
||||
|
||||
# Ignore database config file
|
||||
config/database.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue