Skip to content

Commit 241cf5b

Browse files
Create .travis.yml
1 parent 64455b2 commit 241cf5b

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+
osx_image: xcode8.3
3+
rvm:
4+
- 2.2
5+
before_install:
6+
- chmod a+x ./install.sh
7+
- chmod a+x ./build.sh
8+
install:
9+
- ./install.sh
10+
script:
11+
- ./build.sh
12+
notifications:
13+
email: false

0 commit comments

Comments
 (0)