mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
Upgrade Travis to G++ / GCC 5, sudo to instal llibetpan
This commit is contained in:
parent
a5893fb968
commit
096943ebe8
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
sudo: false
|
||||
sudo: true
|
||||
|
||||
git:
|
||||
submodules: false
|
||||
|
@ -27,7 +27,7 @@ addons:
|
|||
- clang
|
||||
- cmake
|
||||
- fakeroot
|
||||
- g++-4.8
|
||||
- g++-5
|
||||
- git
|
||||
- libgnome-keyring-dev
|
||||
- xvfb
|
||||
|
@ -57,7 +57,7 @@ branches:
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: CC=gcc-4.8 CXX=g++-4.8 DEBUG="electron-packager:*"
|
||||
env: CC=gcc-5 CXX=g++-5 DEBUG="electron-packager:*"
|
||||
- os: osx
|
||||
env: CC=clang CXX=clang++ SIGN_BUILD=true DEBUG="electron-packager:*"
|
||||
|
||||
|
|
Loading…
Reference in a new issue