Skip to content

Commit c8433e5

Browse files
committed
Create .travis.yml
1 parent d8599f0 commit c8433e5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
language: objective-c
2+
3+
env:
4+
global:
5+
6+
before_install:
7+
8+
install:
9+
10+
script:
11+
- python make.py
12+
13+
after_success:

0 commit comments

Comments
 (0)