Skip to content

Commit a94587a

Browse files
committed
Update build script
1 parent 113eeec commit a94587a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ matrix:
1111
- brew install llvm
1212
- sudo swift utils/make-pkgconfig.swift
1313
script:
14-
- swift build
14+
- swift test
1515
- os: linux
1616
language: generic
1717
sudo: required
@@ -39,4 +39,4 @@ matrix:
3939
# Move the package config file into place
4040
- sudo ./swift-3.0.2-RELEASE-ubuntu14.04/usr/bin/swift utils/make-pkgconfig.swift
4141
script:
42-
- swift build
42+
- swift test

0 commit comments

Comments
 (0)