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:
parent
8016f559ac
commit
f26301efd2
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
os:
|
matrix:
|
||||||
- linux
|
include:
|
||||||
- osx
|
- os: linux
|
||||||
|
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