Skip to content

Commit da06be1

Browse files
committed
Test with Travis CI
1 parent c40cedb commit da06be1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: objective-c
2+
osx_image: xcode7.1
3+
install: brew install --HEAD kylef/formulae/conche
4+
script: conche test

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Conche CLI Example
22

3+
[![Build Status](https://travis-ci.org/Conche/conche-cli-example.svg)](https://travis-ci.org/Conche/conche-cli-example)
4+
35
This repository is a small example command line interface using the Conche
46
build system. It was mostly generated via `conche init`.
57

0 commit comments

Comments
 (0)