diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2018-12-24 00:56:10 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2018-12-24 00:56:10 +0000 |
| commit | 370f8120e4ddb8cef35c62f77b060599c92a0c53 (patch) | |
| tree | ff8b4ae90ded64866a4d5495e5c87aa882f7b685 /.travis.yml | |
| parent | 8a26a9f9e2ee1fcc951c269bb08d1fbc8c355265 (diff) | |
| download | slowpoke-370f8120e4ddb8cef35c62f77b060599c92a0c53.tar.xz slowpoke-370f8120e4ddb8cef35c62f77b060599c92a0c53.zip | |
Fix filenames for real this timev0.1
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4df52a8..03d8763 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ deploy: file: - slowpoke-linux-amd64 - slowpoke-windows-amd64.exe - - slowpoke-darwim-amd64 + - slowpoke-darwin-amd64 skip_cleanup: true on: tags: true |