diff options
| author | Oskari Timperi <oswjk@users.noreply.github.com> | 2015-09-17 14:29:01 +0300 |
|---|---|---|
| committer | Oskari Timperi <oswjk@users.noreply.github.com> | 2015-09-17 14:29:01 +0300 |
| commit | 8eea532c71d8a292505ed3f2c7c73add0255e3c6 (patch) | |
| tree | 361f164ecf7a7017984e8681c5e86bf84e42d67a | |
| parent | 871edaeeebdfef26974563ed8b1c29336de53c41 (diff) | |
| download | diceware-8eea532c71d8a292505ed3f2c7c73add0255e3c6.tar.gz diceware-8eea532c71d8a292505ed3f2c7c73add0255e3c6.zip | |
Update .travis.yml
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e5ec6a4..47eec26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: c before_install: - sudo apt-get update -qq - - sudo apt-get install -qq mingw-w64 + - sudo apt-get install -y mingw-w64 env: - HOST= |
