Skip to content

Commit 7b3a027

Browse files
committed
better travis
1 parent 2d65e1e commit 7b3a027

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,7 @@ matrix:
3434
repo: crossroadlabs/ExecutionContext
3535
tags: true
3636
- script:
37-
# build (yes for now swift-build should be like this)
38-
- export SBCMD=`which swift-build`
39-
- $SBCMD
40-
# test
41-
#- swift test
37+
- ./build
4238
sudo: required
4339
dist: trusty
4440
language: generic
@@ -59,5 +55,8 @@ matrix:
5955
- cd ..
6056
# get back home
6157
- cd $MODULE_NAME
58+
# get crossroad build script
59+
- wget https://raw.githubusercontent.com/crossroadlabs/utils/master/build
60+
- chmod +x build
6261
notifications:
6362
email: false

0 commit comments

Comments
 (0)