mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 21:24:14 +00:00
fixing syntax
This commit is contained in:
parent
7be2d9436e
commit
17dae05e18
12
.travis.yml
12
.travis.yml
@ -40,13 +40,11 @@ install:
|
||||
# - conda install --yes -c dan_blanchard python-coveralls nose-cov
|
||||
|
||||
script:
|
||||
- cd build
|
||||
- cmake . \
|
||||
-DUSE_PYTHON=${USE_PYTHON} \
|
||||
-DUSE_NUMPY=${USE_NUMPY} \
|
||||
-DCOVERAGE=${COVERAGE}
|
||||
- make -j2
|
||||
- make test
|
||||
cd build &&
|
||||
cmake . -DUSE_PYTHON=${USE_PYTHON}
|
||||
-DUSE_NUMPY=${USE_NUMPY} -DCOVERAGE=${COVERAGE} &&
|
||||
make -j2 &&
|
||||
make test
|
||||
|
||||
# Calculate coverage
|
||||
after_success:
|
||||
|
Loading…
x
Reference in New Issue
Block a user