diff options
| author | John Hodge <tpg@mutabah.net> | 2019-10-26 16:27:31 +0800 | 
|---|---|---|
| committer | John Hodge <tpg@mutabah.net> | 2019-10-26 16:27:31 +0800 | 
| commit | 7ca04e2d668fa44a1663158f844cb912e396cb32 (patch) | |
| tree | ad05ef2ce5b64a1193404e7029467296ad4ce597 | |
| parent | 9ce35b65e5be4ce75b3b7aabe29c432128a17279 (diff) | |
| download | mrust-7ca04e2d668fa44a1663158f844cb912e396cb32.tar.gz | |
travis.yml - .hir renamed to .rlib
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index 864d973d..63a7347f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install:  script:   - set -e - - make -f minicargo.mk output/libtest.hir      # libstd + - make -f minicargo.mk output/libtest.rlib      # libstd   - make test    # hello_world  # Tests   - set +e | 
