Skip to content

Commit

Permalink
Update to Swift 4.2.1 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
djones6 authored Nov 13, 2018
1 parent 1fc4eb4 commit 2b3b78e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
4.2.1
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Travis CI build file.

# whitelist (branches that should be built)
branches:
only:
- master
- develop
- /^issue.*$/

# the matrix of builds should cover each combination of Swift version
# and platform that is supported. The version of Swift used is specified
# by .swift-version, unless SWIFT_SNAPSHOT is specified.
matrix:
include:
- os: linux
Expand Down

0 comments on commit 2b3b78e

Please sign in to comment.