Skip to content

Commit

Permalink
update travis token
Browse files Browse the repository at this point in the history
  • Loading branch information
whummer committed May 22, 2018
1 parent 582f3cd commit abf1ff1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
service_name: travis-ci
repo_token: bFwjIppLtIFrDeKZf9tynR2ONLGPgdDg6
repo_token: D9Tg4c2TGmHUBQIWbixm9NtIosNUDJeRo
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ script:
- "make reinstall-p2 > /dev/null"
- make init
- DEBUG=1 LAMBDA_EXECUTOR=docker-reuse USE_SSL=1 make test
# build Docker image
- make docker-build
# run Java tests
- make test-java-if-changed
# build Docker image, and push it (if on master branch)
- make docker-build
# push Docker image (if on master branch)
- make docker-push-master

after_success:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/localstack/localstack.png)](https://travis-ci.org/localstack/localstack) [![Backers on Open Collective](https://opencollective.com/localstack/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/localstack/sponsors/badge.svg)](#sponsors) [![Coverage Status](https://coveralls.io/repos/github/atlassian/localstack/badge.svg?branch=master)](https://coveralls.io/github/atlassian/localstack?branch=master)
[![Build Status](https://travis-ci.org/localstack/localstack.png)](https://travis-ci.org/localstack/localstack) [![Backers on Open Collective](https://opencollective.com/localstack/backers/badge.svg)](#backers) [![Sponsors on Open Collective](https://opencollective.com/localstack/sponsors/badge.svg)](#sponsors) [![Coverage Status](https://coveralls.io/repos/github/localstack/localstack/badge.svg?branch=master)](https://coveralls.io/github/atlassian/localstack?branch=master)
[![Gitter](https://img.shields.io/gitter/room/localstack/Platform.svg)](https://gitter.im/localstack/Platform)
[![PyPI Version](https://badge.fury.io/py/localstack.svg)](https://badge.fury.io/py/localstack)
[![PyPI License](https://img.shields.io/pypi/l/localstack.svg)](https://img.shields.io/pypi/l/localstack.svg)
Expand Down

0 comments on commit abf1ff1

Please sign in to comment.