From fa2611f2160812591bd09df292423c73b3c0a683 Mon Sep 17 00:00:00 2001 From: Seong Jae Lee Date: Sun, 12 Apr 2015 01:16:30 -0700 Subject: [PATCH] Enable Travis CI For more information, refer https://github.com/atom/ci. --- .travis.yml | 13 +++++++++++++ README.md | 2 ++ 2 files changed, 15 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..2e5d20c --- /dev/null +++ b/.travis.yml @@ -0,0 +1,13 @@ +language: objective-c + +notifications: + email: + on_success: never + on_failure: change + +script: 'curl -s https://raw.githubusercontent.com/atom/ci/master/build-package.sh | sh' + +git: + depth: 10 + +sudo: false diff --git a/README.md b/README.md index 5ce923d..1b7edad 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Notational Velocity for Atom +[![Build Status](https://travis-ci.org/seongjaelee/notational-velocity.svg?branch=master)](https://travis-ci.org/seongjaelee/notational-velocity) + [Notational Velocity][1] is an application that stores and retrieves notes. This Atom package implements the some key features from this amazing app: - Modeless operation