Skip to content

Commit

Permalink
Fix travis scripts and README to reflect org rename (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecsl authored Feb 2, 2017
1 parent 2760db6 commit 7548eb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildscript/deploy_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Adapted from https://coderwall.com/p/9b_lfq and
# http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/

SLUG="apollostack/apollo-android"
SLUG="apollographql/apollo-android"
JDK="oraclejdk8"
BRANCH="master"

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Apollo GraphQL Client for Android

[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg?maxAge=2592000)](https://raw.githubusercontent.com/apollostack/apollo-android/master/LICENSE) [![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](http://www.apollostack.com/#slack)
[![Build status](https://travis-ci.org/apollostack/apollo-android.svg?branch=master)](https://travis-ci.org/apollostack/apollo-android)
[![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg?maxAge=2592000)](https://raw.githubusercontent.com/apollographql/apollo-android/master/LICENSE) [![Get on Slack](https://img.shields.io/badge/slack-join-orange.svg)](http://www.apollostack.com/#slack)
[![Build status](https://travis-ci.org/apollographql/apollo-android.svg?branch=master)](https://travis-ci.org/apollographql/apollo-android)

This is a Gradle plugin and set of libraries that generate Java code based on a GraphQL schema and query documents.
The plugin uses `apollo-codegen` under the hood.
Expand Down

0 comments on commit 7548eb7

Please sign in to comment.