diff options
| author | Oskari Timperi <oswjk@users.noreply.github.com> | 2015-09-17 14:27:20 +0300 |
|---|---|---|
| committer | Oskari Timperi <oswjk@users.noreply.github.com> | 2015-09-17 14:27:20 +0300 |
| commit | 871edaeeebdfef26974563ed8b1c29336de53c41 (patch) | |
| tree | c2c9c79a86bca638fbbff2c49178a90c93c5ed75 /.travis.yml | |
| parent | fd7eea24f8472b737989c2e8114bedfe58673421 (diff) | |
| download | diceware-871edaeeebdfef26974563ed8b1c29336de53c41.tar.gz diceware-871edaeeebdfef26974563ed8b1c29336de53c41.zip | |
Update .travis.yml
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 df21114..e5ec6a4 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 gcc-mingw-w64 + - sudo apt-get install -qq mingw-w64 env: - HOST= |
