提交 3a48c776 编写于 作者: B Behdad Esfahbod

Merge pull request #208 from khaledhosny/travis-trusty

[travis] Try building on Trusty
# Build Configuration for Travis # Build Configuration for Travis
sudo: false # Use Travis docker infrastructure sudo: required # For Trusty beta
os: os:
- linux - linux
- osx - osx
dist: trusty
language: cpp language: cpp
compiler: compiler:
- clang - clang
...@@ -11,7 +12,7 @@ env: ...@@ -11,7 +12,7 @@ env:
global: global:
- CPPFLAGS="" - CPPFLAGS=""
- CFLAGS="-Werror --coverage" - CFLAGS="-Werror --coverage"
- CXXFLAGS="-Werror --coverage" - CXXFLAGS="-Werror -Wno-deprecated-register --coverage" # glib uses register and clang raises a warning
- LDFLAGS="--coverage" - LDFLAGS="--coverage"
install: install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then pip install --user nose; fi - if [ "$TRAVIS_OS_NAME" == "linux" ]; then pip install --user nose; fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册