Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 3b3d25e

Browse files
committed
fix for travis.yml
1 parent c4e04ae commit 3b3d25e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
os:
2-
- linux
3-
- osx
2+
- linux
43
language: generic
54
sudo: required
65
dist: trusty
76
script:
8-
- eval "$(curl -sL https://swift.vapor.sh/ci-3.1)"
7+
- eval "$(curl -sL https://gist.githubusercontent.com/BrettRToomey/1256d98cce5546c696cc68d9f61ad46f/raw/d5fb266a17f26c41b59fd00867a3a2474c3efee3/TravisSwift31)"
8+
- eval "$(curl -sL https://swift.vapor.sh/codecov)"

0 commit comments

Comments
 (0)