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:
parent
f26301efd2
commit
154f65eedc
1 changed files with 4 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
matrix:
|
os:
|
||||||
include:
|
- linux
|
||||||
- os: linux
|
- osx
|
||||||
dist: trusty
|
dist: trusty
|
||||||
- os: osx
|
|
||||||
before_install:
|
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 == 'linux' ]]; then sudo apt-get install scons mingw32 mingw32-binutils zlib1g-dev libcppunit-dev; fi
|
||||||
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew update; fi
|
- if [[ $TRAVIS_OS_NAME == 'osx' ]]; then brew update; fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue