Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

Commit a35c639

Browse files
author
badim
committed
travis
1 parent 385cec5 commit a35c639

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.swift-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DEVELOPMENT-SNAPSHOT-2016-03-24-a

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
os:
2+
- linux
3+
- osx
4+
language: generic
5+
sudo: required
6+
dist: trusty
7+
osx_image: xcode7.2
8+
install:
9+
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
10+
script:
11+
- make test
12+
- make example

0 commit comments

Comments
 (0)