From 42092ce41563b1c475d562ee2ab43fef2abd6790 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Fri, 3 Apr 2015 09:32:23 +0200 Subject: [PATCH] Initial .travis.yml configuration --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..e86ff77c1 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +language: objective-c + +install: script/build + +script: ./apm/node_modules/.bin/apm test --path ./atom.sh + +notifications: + email: + on_success: never + on_failure: change + +cache: + directories: + - node_modules