Skip to content

Commit ea1992f

Browse files
committed
start ci
1 parent b5ad6a9 commit ea1992f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
os:
2+
- linux
3+
- osx
4+
language: generic
5+
sudo: required
6+
dist: trusty
7+
osx_image: xcode8.3
8+
9+
install:
10+
- curl -L https://rawgit.com/noppoMan/swift-scripts/master/install-swift3.sh > install-swift3.sh
11+
- source ./install-swift3.sh
12+
13+
script:
14+
- swift build
15+
- swift build -c release

0 commit comments

Comments
 (0)