Skip to content

Commit

Permalink
Merge pull request #2 from petrpavlik/develop
Browse files Browse the repository at this point in the history
fix travis
  • Loading branch information
petrpavlik committed Oct 26, 2017
2 parents dc0f1e1 + 380cb09 commit ea4b488
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
os:
- linux
- osx
- linux
language: generic
sudo: required
dist: trusty
osx_image: xcode8

before_install:
- eval "$(curl -sL https://apt.vapor.sh)"
- sudo apt-get install vapor
- sudo chmod -R a+rx /usr/

script:
- eval "$(curl -sL https://swift.vapor.sh/ci)"
- eval "$(curl -sL https://swift.vapor.sh/codecov)"
- swift build
- swift build -c release
- swift test

after_success:
- eval "$(curl -sL https://swift.vapor.sh/codecov)"

0 comments on commit ea4b488

Please sign in to comment.