Merge branch 'devel'
diff --git a/.travis.yml b/.travis.yml
index 7755bda..35568f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@
branches:
only:
- master
- - devel
before_install:
- sudo apt-get install -y zlib1g-dev
@@ -30,7 +29,6 @@
- git clone https://github.com/CESNET/libyang.git
- mkdir libyang/build && cd libyang/build
- - git checkout devel
- cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr .. && make -j2 && sudo make install
- cd ../..
diff --git a/README.md b/README.md
index ea92369..8bac2be 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,9 @@
[![Build Status](https://secure.travis-ci.org/CESNET/libnetconf2.png?branch=master)](http://travis-ci.org/CESNET/libnetconf2)
[![Coverity Scan Build Status](https://scan.coverity.com/projects/7642/badge.svg)](https://scan.coverity.com/projects/7642)
+TravisCI:
+[![Build Status](https://secure.travis-ci.org/CESNET/libnetconf2.png?branch=master)](http://travis-ci.org/CESNET/libnetconf2)
+
**libnetconf2** is a NETCONF library in C intended for building NETCONF clients
and servers. NETCONF is the [NETwork CONFiguration protocol]
(http://trac.tools.ietf.org/wg/netconf/trac/wiki) introduced by IETF.