Skip to content

Commit

Permalink
Added .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OrkhanAlikhanov committed Dec 18, 2017
1 parent 930e882 commit 33f4fc8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: generic
matrix:
include:
- os: osx
osx_image: xcode9
dist: trusty
sudo: required
env: COCOAPODS_DISABLE_STATS=true ACTION=test PLATFORM=iOS DESTINATION='platform=iOS Simulator,name=iPhone 6S'
script: set -o pipefail && pod install --repo-update && xcodebuild -workspace SQLiteViewer.xcworkspace -scheme SQLiteViewer -destination "$DESTINATION" $ACTION | xcpretty
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Platform](https://img.shields.io/cocoapods/p/SQLite.viewer.svg?style=flat)](https://github.com/BiAtoms/SQLite.viewer)
[![Cocoapods Compatible](https://img.shields.io/cocoapods/v/SQLite.viewer.svg)](https://cocoapods.org/pods/SQLite.viewer)
[![Build Status - Master](https://travis-ci.org/BiAtoms/SQLite.viewer.svg?branch=master)](https://travis-ci.org/BiAtoms/SQLite.viewer)

# SQLite.viewer

Expand Down

0 comments on commit 33f4fc8

Please sign in to comment.