summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b4adebe..bd8c899 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,8 @@ language: bash
2os: 2os:
3 - linux 3 - linux
4install: 4install:
5 - wget https://ziglang.org/builds/zig-linux-x86_64-master.tar.xz --no-cache 5 - chmod -R a+x download-zig.sh
6 - tar -xf zig-linux-* 6 - ./download-zig.sh
7git: 7git:
8 depth: false 8 depth: false
9script: 9script: