Return-Path: X-Original-To: apmail-celix-commits-archive@www.apache.org Delivered-To: apmail-celix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4BC2A18D5B for ; Tue, 6 Oct 2015 03:48:07 +0000 (UTC) Received: (qmail 58350 invoked by uid 500); 6 Oct 2015 03:48:01 -0000 Delivered-To: apmail-celix-commits-archive@celix.apache.org Received: (qmail 58325 invoked by uid 500); 6 Oct 2015 03:48:01 -0000 Mailing-List: contact commits-help@celix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@celix.apache.org Delivered-To: mailing list commits@celix.apache.org Received: (qmail 58316 invoked by uid 99); 6 Oct 2015 03:48:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Oct 2015 03:48:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CBBA7E054B; Tue, 6 Oct 2015 03:48:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: bpetri@apache.org To: commits@celix.apache.org Message-Id: <61b8c5537a344439a96aff74f34f6699@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: celix git commit: CELIX-263: Fixed travis setup Date: Tue, 6 Oct 2015 03:48:00 +0000 (UTC) Repository: celix Updated Branches: refs/heads/develop c6d2d59f1 -> 42371c87b CELIX-263: Fixed travis setup Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/42371c87 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/42371c87 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/42371c87 Branch: refs/heads/develop Commit: 42371c87bf068087ff0f6e0640ff620e23bf3ff0 Parents: c6d2d59 Author: Bjoern Petri Authored: Tue Oct 6 05:47:32 2015 +0200 Committer: Bjoern Petri Committed: Tue Oct 6 05:47:32 2015 +0200 ---------------------------------------------------------------------- .travis.yml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/42371c87/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index df0f48b..9454699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: c -env - before_install: - sudo apt-get update -qq - sudo apt-get install -y uuid-dev libjansson-dev libxml2-dev