diff --git a/.travis.yml b/.travis.yml index 4be47f5..f0c32b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: xenial language: python python: - "3.6" @@ -6,6 +7,8 @@ python: script: - "python3 setup.py test" before_install: - - sudo apt-get install -y ffmpeg + - "sudo apt-get update" + - "sudo add-apt-repository universe" + - "sudo apt-get install -y ffmpeg" install: - "pip3 install setuptools" diff --git a/README.md b/README.md index 20a453e..d7f428c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![Build Status](https://travis-ci.com/iluvcapra/wavinfo.svg?branch=master)](https://travis-ci.com/iluvcapra/wavinfo) [![Documentation Status](https://readthedocs.org/projects/wavinfo/badge/?version=latest)](https://wavinfo.readthedocs.io/en/latest/?badge=latest) ![](https://img.shields.io/github/license/iluvcapra/wavinfo.svg) ![](https://img.shields.io/pypi/pyversions/wavinfo.svg) [![](https://img.shields.io/pypi/v/wavinfo.svg)](https://pypi.org/project/wavinfo/) ![](https://img.shields.io/pypi/wheel/wavinfo.svg)