mirror of
https://github.com/boostorg/histogram.git
synced 2025-05-11 13:14:06 +00:00
fixing travis
This commit is contained in:
parent
8ca6a5d318
commit
b3ac1f3ffe
@ -7,7 +7,6 @@ os:
|
||||
- linux
|
||||
git:
|
||||
depth: 3
|
||||
python: 2.7.10
|
||||
addons:
|
||||
apt:
|
||||
sources:
|
||||
@ -21,7 +20,6 @@ addons:
|
||||
before_script:
|
||||
- export PATH=$HOME/.local/bin:$PATH
|
||||
- pip install numpy --user `whoami`
|
||||
- composer --prefer-source install
|
||||
|
||||
script:
|
||||
cd build && cmake . && make -j2 && make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user