Force TravisCI linux trusty

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7105 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-08-01 17:41:04 +00:00
parent 8016f559ac
commit f26301efd2

View file

@ -1,9 +1,11 @@
language: cpp
compiler:
- gcc
os:
- linux
- osx
matrix:
include:
- os: linux
dist: trusty
- os: osx
before_install:
- if [[ $TRAVIS_OS_NAME == 'linux' ]]; then sudo apt-get install scons mingw32 mingw32-binutils zlib1g-dev libcppunit-dev; fi
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew update; fi