From eeb1ab3f487248bd7d00acdd045c56d1b22f4522 Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Wed, 13 Jun 2018 22:52:33 +0900 Subject: [PATCH] [CI] Test with swift-4.2-DEVELOPMENT-SNAPSHOT on Linux --- .travis.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.travis.yml b/.travis.yml index aff7cc142..792737f21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,6 +61,19 @@ jobs: - swift test git: submodules: false + - os: linux + language: generic + sudo: required + dist: trusty + env: SWIFT_VERSION=4.2-DEVELOPMENT-SNAPSHOT-2018-06-12-a + before_install: + - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)" + script: + - swift --version + - swift build + - swift test + git: + submodules: false - stage: carthage script: carthage build --cache-builds --no-skip-current - stage: deploy