From ca9f1e0a74c51954d0d5db43a5d4a9fb85a07c2f Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 23 Jan 2019 11:25:51 -0500 Subject: [PATCH] Parallelize tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 61e0dca..3bd94d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ xcode_scheme: Path.swift-Package jobs: include: - - script: swift test + - script: swift test --parallel name: macOS - &xcodebuild @@ -42,7 +42,7 @@ jobs: dist: trusty sudo: false install: eval "$(curl -sL https://swiftenv.fuller.li/install.sh)" - script: swift test + script: swift test --parallel - stage: pretest name: Check if Linux tests are up-to-date