From c0e8c99bd086f01305a5d507a49adf2049c9ea67 Mon Sep 17 00:00:00 2001 From: Javier Aguirre Date: Tue, 15 Mar 2016 09:33:23 +0100 Subject: [PATCH 1/2] Fix Travis.ci config --- .travis.yml | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index d73c8e2..83602f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,3 @@ -language: objective-c - notifications: email: on_success: never @@ -9,3 +7,29 @@ script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package. git: depth: 10 + +sudo: false + +os: + - linux + - osx + +env: + global: + - APM_TEST_PACKAGES="rest-client" + + matrix: + - ATOM_CHANNEL=stable + - ATOM_CHANNEL=beta + +addons: + apt: + packages: + - build-essential + - git + - libgnome-keyring-dev + - fakeroot + +# branches: +# only: +# - master From 4e135fb22cd5d7bf911fd51d2f42bb0127fd08ac Mon Sep 17 00:00:00 2001 From: Javier Aguirre Date: Mon, 29 Aug 2016 11:30:26 +0200 Subject: [PATCH 2/2] Added the build status again now that's fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 659cfa9..a52d6e2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# REST Client [![star this repo](http://githubbadges.com/star.svg?user=ddavison&repo=rest-client&style=flat&color=fff&background=222)](https://github.com/ddavison/rest-client) [![fork this repo](http://githubbadges.com/fork.svg?user=ddavison&repo=rest-client&style=flat&color=fff&background=222)](https://github.com/ddavison/rest-client/fork) +# REST Client [![star this repo](http://githubbadges.com/star.svg?user=ddavison&repo=rest-client&style=flat&color=fff&background=222)](https://github.com/ddavison/rest-client) [![fork this repo](http://githubbadges.com/fork.svg?user=ddavison&repo=rest-client&style=flat&color=fff&background=222)](https://github.com/ddavison/rest-client/fork) [![Build Status](https://travis-ci.org/ddavison/rest-client.svg?branch=master)](https://travis-ci.org/ddavison/rest-client) A simple REST client for your favorite editor!