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
View File
@@ -0,0 +1 @@
service_name: travis-ci
+2
View File
@@ -15,6 +15,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
require 'coveralls'
Coveralls.wear!
require 'github_changelog_generator' require 'github_changelog_generator'