forked from nvzqz/RandomKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (41 loc) · 918 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
matrix:
include:
- os: osx
osx_image: xcode8.1
language: objective-c
- os: osx
osx_image: xcode9
language: objective-c
- os: linux
language: generic
sudo: required
dist: trusty
env:
- SWIFT_VERSION="3.0.2"
- os: linux
language: generic
sudo: required
dist: trusty
env:
- SWIFT_VERSION="3.1"
- os: linux
language: generic
sudo: required
dist: trusty
env:
- SWIFT_VERSION="3.1.1"
- os: linux
language: generic
sudo: required
dist: trusty
env:
- SWIFT_VERSION="4.0-DEVELOPMENT-SNAPSHOT-2017-07-24-a"
env:
global:
- LC_CTYPE=en_US.UTF-8
- LANG=en_US.UTF-8
- FRAMEWORK_NAME="RandomKit"
- SWIFTENV_ROOT="$HOME/.swiftenv"
- PATH="$SWIFTENV_ROOT/bin:$SWIFTENV_ROOT/shims:$PATH"
install: ./ci/install.sh
script: ./ci/travis.sh