Skip to content

Commit

Permalink
Attempt at updating travic config
Browse files Browse the repository at this point in the history
  • Loading branch information
nanzhong committed Nov 13, 2016
1 parent f71b0d7 commit e02dfe8
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
language: objective-c
osx_image: xcode7.3
xcode_project: SourceKittenDaemon.xcodeproj
xcode_scheme:
- SourceKittenDaemon
xcode_sdk:
- macosx10.11
git:
submodules: false
os:
- linux
- osx
language: generic
sudo: required
dist: trusty
osx_image: xcode8
script:
- make dist
- make test
notifications:
email: false
- eval "$(curl -sL https://swift.vapor.sh/ci)"

0 comments on commit e02dfe8

Please sign in to comment.