From a0d62ff0ba479995bf39faba71767e484c226c64 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 15 Jun 2015 22:11:54 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 138b466..9cf03f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,9 @@ os: linux before_script: - rm -rf * - - git clone https://github.com/HeeroYui/etk.git - - git clone https://github.com/HeeroYui/lutin.git - - git clone https://github.com/HeeroYui/gtest.git - - git clone https://github.com/HeeroYui/audio.git + - git clone https://github.com/atria-soft/etk.git + - git clone https://github.com/generic-library/gtest-lutin.git + - git clone https://github.com/musicdsp/audio.git - if [ "$CXX" == "clang++" ]; then BUILDER=clang; else BUILDER=gcc; fi install: