diff --git a/.travis.yml b/.travis.yml index 0086e27..189b72f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,11 @@ os: before_script: - cd .. - - git clone https://github.com/HeeroYui/etk.git - - git clone https://github.com/HeeroYui/exml.git - - git clone https://github.com/HeeroYui/libagg.git - - git clone https://github.com/HeeroYui/gtest.git - - git clone https://github.com/HeeroYui/libfreetype.git + - git clone https://github.com/atria-soft/etk.git + - git clone https://github.com/atria-soft/exml.git + - git clone https://github.com/atria-soft/libagg.git + - git clone https://github.com/generic-library/gtest-lutin.git --recursive + - git clone https://github.com/generic-library/freetype-lutin.git --recursive - pwd - ls -l - if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi diff --git a/README.md b/README.md index e5f5c58..d4496d4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ esvg `esvg` is svg image renderer +[![Build Status](https://travis-ci.org/atria-soft/esvg.svg?branch=master)](https://travis-ci.org/atria-soft/esvg) + Instructions ============