Skip to content

Commit

Permalink
replaced deprecated drone.yml with travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
notandy committed May 1, 2015
1 parent 8c916e2 commit 770c32a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .drone.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: c

compiler:
- gcc
- clang

before_install:
- sudo apt-get install -qq libmpdclient-dev cmake
- mkdir build
- cd build
- cmake -D CMAKE_BUILD_TYPE=DEBUG ..

script: make

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![Build Status](https://travis-ci.org/notandy/ympd.svg)](https://travis-ci.org/notandy/ympd)
ympd
====

Expand Down

0 comments on commit 770c32a

Please sign in to comment.