Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis CI #7

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ language: ruby
rvm:
- "2.1.2"
env:
secure: hHbETaCUWOEEDdo9+W6tV8ukMQ5gt3iJovTifjCHpmmcwrr9fv95PEtQhZavNry/mCf16zsF7JA13EquxMauEziamBaWh4lpvI9OWue2p3ikkf2r7hmOr37b6KfhhIOc7EU8X0q6QeTLW++aRYjqGHD9LLgtrenLQqyGUfrL5mE=
- "DB=sqlite"
gemfile: Gemfile
install: "bundle install"
before_script:
- cp config/secrets.yml.travis config/secrets.yml
script: "bundle exec rake"
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'


# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.1.1'
gem 'rails', '4.1.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use SCSS for stylesheets
Expand Down
62 changes: 31 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (4.1.1)
actionpack (= 4.1.1)
actionview (= 4.1.1)
actionmailer (4.1.4)
actionpack (= 4.1.4)
actionview (= 4.1.4)
mail (~> 2.5.4)
actionpack (4.1.1)
actionview (= 4.1.1)
activesupport (= 4.1.1)
actionpack (4.1.4)
actionview (= 4.1.4)
activesupport (= 4.1.4)
rack (~> 1.5.2)
rack-test (~> 0.6.2)
actionview (4.1.1)
activesupport (= 4.1.1)
actionview (4.1.4)
activesupport (= 4.1.4)
builder (~> 3.1)
erubis (~> 2.7.0)
activemodel (4.1.1)
activesupport (= 4.1.1)
activemodel (4.1.4)
activesupport (= 4.1.4)
builder (~> 3.1)
activerecord (4.1.1)
activemodel (= 4.1.1)
activesupport (= 4.1.1)
activerecord (4.1.4)
activemodel (= 4.1.4)
activesupport (= 4.1.4)
arel (~> 5.0.0)
activesupport (4.1.1)
activesupport (4.1.4)
i18n (~> 0.6, >= 0.6.9)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
Expand Down Expand Up @@ -59,25 +59,25 @@ GEM
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
minitest (5.3.4)
multi_json (1.10.0)
polyglot (0.3.4)
minitest (5.4.0)
multi_json (1.10.1)
polyglot (0.3.5)
rack (1.5.2)
rack-test (0.6.2)
rack (>= 1.0)
rails (4.1.1)
actionmailer (= 4.1.1)
actionpack (= 4.1.1)
actionview (= 4.1.1)
activemodel (= 4.1.1)
activerecord (= 4.1.1)
activesupport (= 4.1.1)
rails (4.1.4)
actionmailer (= 4.1.4)
actionpack (= 4.1.4)
actionview (= 4.1.4)
activemodel (= 4.1.4)
activerecord (= 4.1.4)
activesupport (= 4.1.4)
bundler (>= 1.3.0, < 2.0)
railties (= 4.1.1)
railties (= 4.1.4)
sprockets-rails (~> 2.0)
railties (4.1.1)
actionpack (= 4.1.1)
activesupport (= 4.1.1)
railties (4.1.4)
actionpack (= 4.1.4)
activesupport (= 4.1.4)
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (10.3.2)
Expand Down Expand Up @@ -120,14 +120,14 @@ GEM
sprockets (~> 2.8)
sqlite3 (1.3.9)
thor (0.19.1)
thread_safe (0.3.3)
thread_safe (0.3.4)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
turbolinks (2.2.2)
coffee-rails
tzinfo (1.1.0)
tzinfo (1.2.1)
thread_safe (~> 0.1)
uglifier (2.5.0)
execjs (>= 0.3.0)
Expand All @@ -142,7 +142,7 @@ DEPENDENCIES
factory_girl_rails
jbuilder (~> 2.0)
jquery-rails
rails (= 4.1.1)
rails (= 4.1.4)
rspec-rails
sass-rails (~> 4.0.3)
sdoc (~> 0.4.0)
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
meeting_notes
=============

[![Build
Status](https://travis-ci.org/aloharb/meeting_notes.svg?branch=master)](https://travis-ci.org/aloharb/meeting_notes)

This is an open source project to help capture and collaborate on useful
information exchanged during meetings.

Expand Down
28 changes: 0 additions & 28 deletions README.rdoc

This file was deleted.

2 changes: 2 additions & 0 deletions config/secrets.yml.travis
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
test:
secret_key_base: 0549894e97b969282e9ddecccd6dc2da99fadae1f7a443ec7d27822b453d50c563f4aa02de241aec798db1695d14d1e32d6c53fc432fb8503bfe56314a616c79
18 changes: 0 additions & 18 deletions spec/views/notes/edit.html.erb_spec.rb

This file was deleted.

19 changes: 0 additions & 19 deletions spec/views/notes/index.html.erb_spec.rb

This file was deleted.

18 changes: 0 additions & 18 deletions spec/views/notes/new.html.erb_spec.rb

This file was deleted.

14 changes: 0 additions & 14 deletions spec/views/notes/show.html.erb_spec.rb

This file was deleted.