From 7639c59e4c40cc00792478872cb84845fc1cb4b9 Mon Sep 17 00:00:00 2001 From: Valentin Mihov Date: Wed, 26 Apr 2017 10:41:28 +0300 Subject: [PATCH] Adding a travis CI config --- .travis.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..31be69d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +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'