Skip to content

Commit 25203aa

Browse files
committed
Added travis yml file for CI
1 parent 5ccae6a commit 25203aa

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
language: objective-c
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'
9+
10+
git:
11+
depth: 10
12+
13+
branches:
14+
only:
15+
- master

0 commit comments

Comments
 (0)