-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
29 lines (25 loc) · 965 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
language: generic
notifications:
slack:
rooms:
- apacheexpress:9z2IfvxZfENp0TFmiYCgyUKz
matrix:
include:
- os: Linux
dist: trusty
env: MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.9.0.tar.gz" SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-4.2.3-release/ubuntu1404/swift-4.2.3-RELEASE/swift-4.2.3-RELEASE-ubuntu14.04.tar.gz"
sudo: required
- os: Linux
dist: trusty
env: MOD_SWIFT="https://github.com/modswift/mod_swift/archive/0.9.0.tar.gz" SWIFT_SNAPSHOT_NAME="https://swift.org/builds/swift-5.0.2-release/ubuntu1404/swift-5.0.2-RELEASE/swift-5.0.2-RELEASE-ubuntu14.04.tar.gz"
sudo: required
- os: osx
osx_image: xcode10.2
before_install:
- ./.travis.d/before-install.sh
install:
- ./.travis.d/install.sh
script:
- export PATH="$HOME/usr/bin:$PATH"
- swift build -c debug
- swift build -c release