Skip to content

Commit

Permalink
Exclude swiftpm directory from git
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsmith committed Apr 24, 2020
1 parent d088e22 commit 8dc1a97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/.build
/Packages
/*.xcodeproj
**/*/xcuserdata/*
**/*/xcuserdata/*
.swiftpm
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8dc1a97

Please sign in to comment.