diff options
author | sharkdp <davidpeter@web.de> | 2018-04-22 16:21:58 +0200 |
---|---|---|
committer | sharkdp <davidpeter@web.de> | 2018-04-22 16:21:58 +0200 |
commit | 9435e16a1be6e7fab41a067284d707217b42afb5 (patch) | |
tree | 0648f1c94f329977a06359b9598cb0dd267d37b1 | |
parent | 71e40b1963c9a9fc2f16047b73bc6f183164a2d6 (diff) |
Update .travis.ymlv0.1.0
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 02456b74..8f5463e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ env: # Used as conditional check in the install stage - HOST=x86_64-unknown-linux-gnu # Used on the deployment script - - PROJECT_NAME=hyperfine + - PROJECT_NAME=bat install: # prevent target re-add error from rustup |