Skip to content

Commit 33f4fc8

Browse files
Added .travis.yml
1 parent 930e882 commit 33f4fc8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: generic
2+
matrix:
3+
include:
4+
- os: osx
5+
osx_image: xcode9
6+
dist: trusty
7+
sudo: required
8+
env: COCOAPODS_DISABLE_STATS=true ACTION=test PLATFORM=iOS DESTINATION='platform=iOS Simulator,name=iPhone 6S'
9+
script: set -o pipefail && pod install --repo-update && xcodebuild -workspace SQLiteViewer.xcworkspace -scheme SQLiteViewer -destination "$DESTINATION" $ACTION | xcpretty

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Platform](https://img.shields.io/cocoapods/p/SQLite.viewer.svg?style=flat)](https://github.com/BiAtoms/SQLite.viewer)
22
[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/SQLite.viewer.svg)](https://cocoapods.org/pods/SQLite.viewer)
3+
[![Build Status - Master](https://travis-ci.org/BiAtoms/SQLite.viewer.svg?branch=master)](https://travis-ci.org/BiAtoms/SQLite.viewer)
34

45
# SQLite.viewer
56

0 commit comments

Comments
 (0)