Skip to content

Commit

Permalink
Updates Travis CI for Xcode 8
Browse files Browse the repository at this point in the history
  • Loading branch information
rymcol committed Aug 5, 2016
1 parent 1bcf803 commit a534dbd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ os:
language: generic
sudo: required
dist: trusty
osx_image: xcode7.3
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/02090c7ede5a637b76e6df1710e83cd0bbe7dcdf/swiftenv-install.sh)"
osx_image: xcode8
script:
# Build SQLite
- swift build
- swift build --configuration release
# Test SQLite
- swift test

- eval "$(curl -sL swift.qutheory.io/ci)"
- eval "$(curl -sL swift.qutheory.io/codecov)"

0 comments on commit a534dbd

Please sign in to comment.