Skip to content

Commit e707dbf

Browse files
authored
Remove codecov.io and travis build (#333)
* Remove codecov.io and travis build Neither are currently used and the codecov.io badge is outdated * Also remove another travis reference
1 parent 55971c9 commit e707dbf

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

.travis.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Core Scenic Library
22

3-
[![Codecov](https://codecov.io/gh/boydm/scenic/branch/master/graph/badge.svg)](https://codecov.io/gh/boydm/scenic)
4-
53
Scenic is a client application library written directly on the
64
Elixir/Erlang/OTP stack. With it you can build applications that operate
75
identically across all supported operating systems, including MacOS, Ubuntu,

lib/scenic.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ defmodule Scenic do
3434
of an error.
3535
"""
3636

37-
# put the travis badge here until I get travis working again - is a config issue on the travis side...
38-
# [![Build Status](https://travis-ci.org/boydm/scenic.svg?branch=master)](https://travis-ci.org/boydm/scenic)
39-
4037
use Supervisor
4138

4239
@viewports :scenic_viewports

0 commit comments

Comments
 (0)