Skip to content
This repository has been archived by the owner on Nov 20, 2020. It is now read-only.

Commit

Permalink
Update Travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
moteus committed Jun 6, 2014
1 parent c70c3c2 commit b45e844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 "[email protected];type=application/json" https://coveralls.io/api/v1/jobs'

notifications:
email:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ##

Expand Down

0 comments on commit b45e844

Please sign in to comment.