Skip to content

Commit

Permalink
Maybe some more fish?
Browse files Browse the repository at this point in the history
GitHub Actions doesn't have macOS 11/Xcode 12.5/Swift 5.4 available yet.
  • Loading branch information
Bouke committed Jul 4, 2021
1 parent 805d5d5 commit 1825d14
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
branches:
only:
- master
language: generic
sudo: required
script: swift test -c release -Xswiftc -enable-testing
matrix:
include:
- name: Swift 5.4 on macOS 11.3.
os: osx
osx_image: xcode12.5
before_install:
- brew install libsodium

0 comments on commit 1825d14

Please sign in to comment.