From 3b3d25eb35afd7c07e004df8cf70463a4d8f967e Mon Sep 17 00:00:00 2001 From: Valentin Corral Date: Wed, 26 Apr 2017 13:05:48 +0200 Subject: [PATCH] fix for travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d9090e0..b1ed834 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ os: - - linux - - osx + - linux language: generic sudo: required dist: trusty script: - - eval "$(curl -sL https://swift.vapor.sh/ci-3.1)" + - eval "$(curl -sL https://gist.githubusercontent.com/BrettRToomey/1256d98cce5546c696cc68d9f61ad46f/raw/d5fb266a17f26c41b59fd00867a3a2474c3efee3/TravisSwift31)" + - eval "$(curl -sL https://swift.vapor.sh/codecov)"