This repository has been archived by the owner on May 23, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Add travis.yml #64
Open
ghost
wants to merge
28
commits into
tralles:master
Choose a base branch
from
unknown repository
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add travis.yml #64
Commits on May 13, 2016
-
The .travis.yml file was copied from the Travis CI Getting started guide which can be found in this link:https://docs.travis-ci.com/user/getting-started/ or on the Travis CI homepage. The file is added to initialize Travis CI. Travis CI is a continuous integration service used to test and build software. It enables open source projects to be tested. https://en.wikipedia.org/wiki/Travis_CI Currently the tests are failing due to a false configuration in the -travis.yml file. This will be fixed in future commits.
Configuration menu - View commit details
-
Copy full SHA for 7095aff - Browse repository at this point
Copy the full SHA 7095affView commit details -
Add a new version of ruby to the .travis.yml.
A new entry was created in the -travis.yml file to enable the testing on ruby version 2.1.
Configuration menu - View commit details
-
Copy full SHA for 781159f - Browse repository at this point
Copy the full SHA 781159fView commit details
Commits on May 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 188f1fb - Browse repository at this point
Copy the full SHA 188f1fbView commit details
Commits on May 24, 2016
-
Updated the bin files as follows
Looks like your app's ./bin/rails is a stub that was generated by Bundler. In Rails 4, your app's bin/ directory contains executables that are versioned like any other source code, rather than stubs that are generated on demand. Here's how to upgrade: bundle config --delete bin # Turn off Bundler's stub generator rake rails:update:bin # Use the new Rails 4 executables git add bin # Add bin/ to source control You may need to remove bin/ from your .gitignore as well. When you install a gem whose executable you want to use in your app, generate it and add it to source control: bundle binstubs some-gem-name git add bin/new-executable
Configuration menu - View commit details
-
Copy full SHA for e33ea11 - Browse repository at this point
Copy the full SHA e33ea11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3669f82 - Browse repository at this point
Copy the full SHA 3669f82View commit details
Commits on May 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b203590 - Browse repository at this point
Copy the full SHA b203590View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf2fe59 - Browse repository at this point
Copy the full SHA bf2fe59View commit details
Commits on May 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b26de19 - Browse repository at this point
Copy the full SHA b26de19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eac9a8 - Browse repository at this point
Copy the full SHA 3eac9a8View commit details
Commits on May 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9fef80c - Browse repository at this point
Copy the full SHA 9fef80cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f63de36 - Browse repository at this point
Copy the full SHA f63de36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70acf52 - Browse repository at this point
Copy the full SHA 70acf52View commit details -
Configuration menu - View commit details
-
Copy full SHA for f64057b - Browse repository at this point
Copy the full SHA f64057bView commit details -
Configuration menu - View commit details
-
Copy full SHA for df4cba2 - Browse repository at this point
Copy the full SHA df4cba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0bd187 - Browse repository at this point
Copy the full SHA c0bd187View commit details -
Configuration menu - View commit details
-
Copy full SHA for a97443b - Browse repository at this point
Copy the full SHA a97443bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f713e8 - Browse repository at this point
Copy the full SHA 3f713e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eea4c9 - Browse repository at this point
Copy the full SHA 4eea4c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a836c0 - Browse repository at this point
Copy the full SHA 0a836c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4646cd2 - Browse repository at this point
Copy the full SHA 4646cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1796bda - Browse repository at this point
Copy the full SHA 1796bdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e444f - Browse repository at this point
Copy the full SHA 44e444fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be3a78c - Browse repository at this point
Copy the full SHA be3a78cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d3ae093 - Browse repository at this point
Copy the full SHA d3ae093View commit details
Commits on May 31, 2016
-
Two gems are added to the Gemfile. This enable the use of capybara and byebug.
Configuration menu - View commit details
-
Copy full SHA for b7bba7f - Browse repository at this point
Copy the full SHA b7bba7fView commit details -
Exception for deprecated syntax was added. Rspec no longer requires "expect" instead of "should".
Configuration menu - View commit details
-
Copy full SHA for a3b1e0b - Browse repository at this point
Copy the full SHA a3b1e0bView commit details -
The line "require 'byebug'" wasd added to enable byebug and to get rid of errors during tests. Note:if you wish to use byebug you will have to uncomment the line.
Configuration menu - View commit details
-
Copy full SHA for a624151 - Browse repository at this point
Copy the full SHA a624151View commit details -
Configuration menu - View commit details
-
Copy full SHA for c90b39a - Browse repository at this point
Copy the full SHA c90b39aView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.