Force trusty for all

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7106 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2019-08-01 18:06:00 +00:00
parent f26301efd2
commit 154f65eedc

View file

@ -1,11 +1,10 @@
language: cpp
compiler:
- gcc
matrix:
include:
- os: linux
dist: trusty
- os: osx
os:
- linux
- osx
dist: trusty
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