Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Travis.ci config, close #40 #48

Merged
merged 2 commits into from
Aug 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
language: objective-c

notifications:
email:
on_success: never
Expand All @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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!

Expand Down