Skip to content

Commit

Permalink
Add travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Apr 2, 2017
1 parent dc52f2d commit d06cf9c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
matrix:
include:
- os: osx
env: ACTION=test
- os: osx
env: ACTION=lint

language: objective-c
osx_image: xcode8.3

install: true
script:
- make ci

0 comments on commit d06cf9c

Please sign in to comment.