Skip to content

Commit 47a8b7f

Browse files
authored
try adding Ubuntu back into Travis builds
1 parent 662871d commit 47a8b7f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

.travis.yml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
os: osx
1+
os:
2+
- osx
3+
- linux
24
osx_image: xcode9.4
35
script: swift build
6+
language: generic
7+
sudo: required
8+
dist: xenial
9+
10+
env:
11+
global:
12+
- SWIFT_VERSION=4.1.2
13+
14+
install:
15+
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
16+
script:
17+
- swift build
418

519
# os:
620
# - osx
@@ -10,8 +24,6 @@ script: swift build
1024
# sudo: required
1125
# dist: trusty
1226
# env:
13-
# global:
14-
# - SWIFT_VERSION=4.0
1527
# matrix:
1628
# - SWIFTPM_BUILD=true
1729
# - SWIFTPM_TEST=true

0 commit comments

Comments
 (0)