Skip to content

Commit 29d44a4

Browse files
committed
Update travis script
1 parent b651b84 commit 29d44a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
os: linux
2+
dist: bionic
23
language: scala
34
stages:
45
- name: test
@@ -14,8 +15,6 @@ jobs:
1415

1516
- script: "./mill -j $(nproc) __.native.__.test"
1617
jdk: openjdk8
17-
before_install:
18-
- curl https://raw.githubusercontent.com/scala-native/scala-native/master/scripts/travis_setup.sh | bash -x
1918

2019
- stage: release
2120
script:

0 commit comments

Comments
 (0)