Skip to content

Commit

Permalink
Add a Swift 4 job on Linux for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
liscio committed Jul 17, 2017
1 parent 67eabdc commit 17a2d79
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,21 @@ jobs:
git:
submodules: false
env: JOB=SWIFTPM_LINUX
- os: linux
language: generic
sudo: required
dist: trusty
before_install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
script:
- swift --version
- swift build
- SWIFTPM_TEST_ReactiveSwift=YES swift test
git:
submodules: false
env:
- JOB=SWIFTPM_SWIFT_4_LINUX
- SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2017-07-13-a
- stage: prepare carthage cache
script: carthage build --cache-builds
- stage: carthage
Expand Down

0 comments on commit 17a2d79

Please sign in to comment.