diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
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 | |||
| 2 | os: | 2 | os: |
| 3 | - linux | 3 | - linux |
| 4 | install: | 4 | install: |
| 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 |
| 7 | git: | 7 | git: |
| 8 | depth: false | 8 | depth: false |
| 9 | script: | 9 | script: |