We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d65e1e commit 7b3a027Copy full SHA for 7b3a027
.travis.yml
@@ -34,11 +34,7 @@ matrix:
34
repo: crossroadlabs/ExecutionContext
35
tags: true
36
- 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
+ - ./build
42
sudo: required
43
dist: trusty
44
language: generic
@@ -59,5 +55,8 @@ matrix:
59
55
- cd ..
60
56
# get back home
61
57
- cd $MODULE_NAME
58
+ # get crossroad build script
+ - wget https://raw.githubusercontent.com/crossroadlabs/utils/master/build
+ - chmod +x build
62
notifications:
63
email: false
0 commit comments