Browse Source

Update .travis.yml

pull/36/head
Anders Jenbo 7 years ago committed by GitHub
parent
commit
618cd9840b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .travis.yml

8
.travis.yml

@ -9,19 +9,17 @@ notifications:
on_failure: change # default: always
addons:
# Packages for Linux
apt:
packages:
- mingw-w64
homebrew:
packages:
- mingw-w64
env:
- MAKE_BUILD=make
- MAKE_BUILD=debug
before_install:
# Packages for OSX
- if [ $TRAVIS_OS_NAME = osx ]; then brew install mingw-w64; fi
before_script:
- touch storm.dll
- touch diabloui.dll

Loading…
Cancel
Save