From 8dc1a9778f3557628528be37a884bb9fd405f16c Mon Sep 17 00:00:00 2001 From: Iain Smith Date: Fri, 24 Apr 2020 00:59:27 +0100 Subject: [PATCH] Exclude swiftpm directory from git --- .gitignore | 3 ++- .travis.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e12d0df..ae6721d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /.build /Packages /*.xcodeproj -**/*/xcuserdata/* \ No newline at end of file +**/*/xcuserdata/* +.swiftpm diff --git a/.travis.yml b/.travis.yml index 2e45574..b689746 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ install: - if [ "$TRAVIS_OS_NAME" = "linux" ] || [ "$SWIFT_VERSION" = "5.1" ]; then eval "$(curl -sL https://swiftenv.fuller.li/en/latest/install.sh)"; fi; script: - set -o pipefail - - swift test --filter TravisClientTests.JSONTests + - swift test