Skip to content

Commit 16cbdf6

Browse files
committed
Update Travis CI: earthly 0.7.2 → 0.8.16, drop obsolete protobuf-compiler install
1 parent c63f6d3 commit 16cbdf6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,13 @@ jobs:
1919
include:
2020
- name: standard build
2121
script:
22-
- sudo apt-get update -y
23-
- sudo apt-get install -y --no-install-recommends protobuf-compiler
2422
- curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
2523
- export PATH=$HOME/.cargo/bin:$PATH
26-
- rustup default stable
2724
- cargo check
2825

2926
- name: earthly build
3027
services:
3128
- docker
3229
script:
33-
- wget https://github.com/earthly/earthly/releases/download/v0.7.2/earthly-linux-amd64 -O earthly && chmod +x earthly && ./earthly bootstrap
34-
- ./earthly -P --ci +archive
30+
- wget https://github.com/earthly/earthly/releases/download/v0.8.16/earthly-linux-amd64 -O earthly && chmod +x earthly && ./earthly bootstrap
31+
- ./earthly --ci +archive

0 commit comments

Comments
 (0)