Skip to content
This repository was archived by the owner on Sep 8, 2018. It is now read-only.

Commit 23879e3

Browse files
committed
Update Travis config
1 parent cadf517 commit 23879e3

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Diff for: .travis.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: objective-c
2-
script: 'curl -s -H "Authorization: token $ATOM_ACCESS_TOKEN" -H "Accept: application/vnd.github.v3.raw"
3-
https://api.github.com/repos/atom/apm/contents/script/build-package | sh'
4-
env:
5-
global:
6-
secure: jsi4e5aNS1RHLfC3JQRLOPDWKmND91scHilD05kBnG70uMh72c4AjDhZKU8uDPMZnQIbEkb0jvm2DQw6xWcmBko8Tx3eXVmTqTEiPAaQdfDbSKEk4fXeJjFrZqeAMUXFecRE5Z1gjU4m2NPTFwXoOqjApPhxVnlhSeKPMTFeC9s=
2+
3+
notifications:
4+
email:
5+
on_success: never
6+
on_failure: change
7+
8+
script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh'

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Git Diff package
1+
# Git Diff package [![Build Status](https://travis-ci.org/atom/git-diff.svg?branch=master)](https://travis-ci.org/atom/git-diff)
22

33
Marks lines in the editor gutter that have been added, edited, or deleted since
44
the last commit.

0 commit comments

Comments
 (0)