add coveralls yml and add it to spec_helper

This commit is contained in:
Petr Korolev 2015-03-27 01:53:42 +02:00
parent 6350cdf39c
commit 48c2f26645
2 changed files with 3 additions and 0 deletions

1
spec/.coveralls.yml Normal file
View File

@ -0,0 +1 @@
service_name: travis-ci

View File

@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
require 'coveralls'
Coveralls.wear!
require 'github_changelog_generator'