Add initial Travis config
authorKevin Sawicki <kevin@github.com>
Mon, 5 May 2014 20:37:28 +0000 (13:37 -0700)
committerKevin Sawicki <kevin@github.com>
Mon, 5 May 2014 20:37:28 +0000 (13:37 -0700)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..de04e99
--- /dev/null
@@ -0,0 +1,8 @@
+language: objective-c
+
+notifications:
+  email:
+    on_success: never
+    on_failure: change
+
+script: './script/cibuild'