Skip to content

Commit 4492a6b

Browse files
committed
Remove builds against LLVM dev version
Ubuntu does not provide packages of the unreleased dev version.
1 parent 02e0828 commit 4492a6b

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ matrix:
2727
script: scripts/docker-deploy.sh latest
2828
on:
2929
branch: master
30-
- env: TEST_ENV=ubuntu-18.04-llvm-dev
3130
- env: TEST_ENV=ubuntu-18.04-llvm-5.0
3231

3332
before_cache:

docker-compose.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,6 @@ services:
1010
- LLVM_VERSION=6.0
1111
entrypoint: [scala-native-bindgen]
1212

13-
ubuntu-18.04-llvm-dev:
14-
image: scalabindgen/scala-native-bindgen-builder:ubuntu-18.04-llvm-dev
15-
build:
16-
context: .
17-
args:
18-
- UBUNTU_VERSION=18.04
19-
- LLVM_VERSION=7
20-
- LLVM_DEB_COMPONENT=
21-
command: scripts/test.sh
22-
volumes:
23-
- .:/src
24-
- ${HOME}/.ivy2:/root/.ivy2
25-
- ${HOME}/.sbt:/root/.sbt
26-
2713
ubuntu-18.04-llvm-6.0:
2814
image: scalabindgen/scala-native-bindgen-builder:ubuntu-18.04-llvm-6.0
2915
build:

0 commit comments

Comments
 (0)