Commit e3539660 authored by Stefan Behnel's avatar Stefan Behnel

Update travis config (following master changes).

parent 5d1d8bdd
language: python language: python
dist: trusty
sudo: false sudo: false
cache: cache:
pip: true pip: true
directories: directories:
...@@ -33,6 +34,7 @@ env: ...@@ -33,6 +34,7 @@ env:
branches: branches:
only: only:
- master - master
- release
install: install:
- CFLAGS="-O2 -ggdb -Wall -Wextra $(python -c 'import sys; print("-fno-strict-aliasing" if sys.version_info[0] == 2 else "")')" python setup.py build - CFLAGS="-O2 -ggdb -Wall -Wextra $(python -c 'import sys; print("-fno-strict-aliasing" if sys.version_info[0] == 2 else "")')" python setup.py build
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment