1 parent c63f6d3 commit 16cbdf6Copy full SHA for 16cbdf6
1 file changed
.travis.yml
@@ -19,16 +19,13 @@ jobs:
19
include:
20
- name: standard build
21
script:
22
- - sudo apt-get update -y
23
- - sudo apt-get install -y --no-install-recommends protobuf-compiler
24
- curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
25
- export PATH=$HOME/.cargo/bin:$PATH
26
- - rustup default stable
27
- cargo check
28
29
- name: earthly build
30
services:
31
- docker
32
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
+ - wget https://github.com/earthly/earthly/releases/download/v0.8.16/earthly-linux-amd64 -O earthly && chmod +x earthly && ./earthly bootstrap
+ - ./earthly --ci +archive
0 commit comments