Skip to content
This repository has been archived by the owner on Feb 3, 2020. It is now read-only.

Commit

Permalink
Test against Linux (allow failure)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bouke committed Apr 16, 2017
1 parent fe30ad8 commit fc67970
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.1
16 changes: 13 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
language: objective-c
osx_image: xcode8.2
script: swift test
language: generic
install:
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
script: swift build
matrix:
include:
- os: osx
osx_image: xcode8.3
- os: linux
dist: trusty
sudo: required
allow_failures:
- os: linux

0 comments on commit fc67970

Please sign in to comment.