travis-ci update

This commit is contained in:
Michael Davidsaver
2018-11-04 13:10:08 -08:00
parent 11a93fce21
commit 1abc792516

View File

@ -14,16 +14,19 @@ install:
- ./build-deps.sh - ./build-deps.sh
script: script:
- make PYTHON=`which python` -j2 - make PYTHON=`which python` -j2
- if [ "$TEST" = "YES" ]; then make PYTHON=`which python` -j2 nose; fi
matrix: matrix:
include: include:
- python: "2.7" - python: "2.7"
env: BRBASE=3.16 PROF=deb8 env: BRBASE=7.0 PROF=deb8 TEST=YES
- python: "2.7"
env: BRBASE=3.16 PROF=deb8 CMPLR=clang
- python: "3.4" - python: "3.4"
env: BRBASE=3.16 PROF=deb8 env: BRBASE=7.0 PROF=deb8 TEST=YES
- python: "3.5"
env: BRBASE=7.0 PROF=deb9 TEST=YES
- python: "3.6" - python: "3.6"
env: BRBASE=3.16 PROF=deb9 env: BRBASE=7.0 PROF=deb9 TEST=YES
- python: "2.7"
env: BRBASE=3.16 PROF=deb8
- python: "2.7" - python: "2.7"
env: BRBASE=3.15 PROF=deb8 env: BRBASE=3.15 PROF=deb8
- python: "2.7" - python: "2.7"