travis
This commit is contained in:
parent
25bb6bf0cc
commit
2102f103e6
|
@ -13,11 +13,6 @@ branches:
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Continue to test one permutation on Trusty (14.04)
|
# Continue to test one permutation on Trusty (14.04)
|
||||||
- os: linux
|
|
||||||
dist: xenial
|
|
||||||
sudo: required
|
|
||||||
services: docker
|
|
||||||
env: DOCKER_IMAGE=swift:4.2.4 SWIFT_SNAPSHOT=4.2.4 SWIFT_TEST_ARGS="--parallel"
|
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: required
|
sudo: required
|
||||||
|
@ -45,4 +40,4 @@ before_install:
|
||||||
- git clone https://github.com/IBM-Swift/Package-Builder.git
|
- git clone https://github.com/IBM-Swift/Package-Builder.git
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./Package-Builder/build-package.sh -projectDir $TRAVIS_BUILD_DIR
|
- ./Package-Builder/build-package.sh -projectDir $TRAVIS_BUILD_DIR
|
||||||
|
|
Loading…
Reference in New Issue