From b45e844123f240cc96abbe282c76532ce35e510e Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Fri, 6 Jun 2014 15:13:22 +0500 Subject: [PATCH] Update Travis file. --- .travis.yml | 5 +---- README.md | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index de23c36..083ce37 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,8 +34,7 @@ install: - sudo apt-get install p7zip-full - sudo apt-get install zlib1g-dev - sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/ - - sudo luarocks install https://raw.githubusercontent.com/moteus/luacov/moteus-rockspec/rockspecs/luacov-scm.mot-1.rockspec - - sudo luarocks install https://raw.githubusercontent.com/moteus/luacov-coveralls/master/rockspecs/luacov-coveralls-scm-0.rockspec + - sudo luarocks install luacov-coveralls --server=http://rocks.moonscript.org/dev # supports skip - sudo luarocks install https://raw.github.com/moteus/lunit/moteus-skip/rockspecs/lunitx-scm.mot.skip-0.rockspec - sudo luarocks install luacrypto @@ -56,8 +55,6 @@ script: "cd test && lunit.sh -i lua$LUA_SFX test.lua" after_success: - luacov-coveralls - - cat luacov.report.json - - 'curl -v -H "Content-Type: multipart/related" --form "json_file=@luacov.report.json;type=application/json" https://coveralls.io/api/v1/jobs' notifications: email: diff --git a/README.md b/README.md index 24e19c2..75e44aa 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Based on http://wiki.tcl.tk/15158 [![Build Status](https://travis-ci.org/moteus/ZipWriter.png)](https://travis-ci.org/moteus/ZipWriter) [![Coverage Status](https://coveralls.io/repos/moteus/ZipWriter/badge.png)](https://coveralls.io/r/moteus/ZipWriter) +[![Licence](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENCE.txt) ## Dependences ##