Skip to content

Commit d6dd502

Browse files
committed
add boost
1 parent 84df898 commit d6dd502

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ before_install:
3737
- pip install -U numpy scipy pandas tqdm --only-binary numpy,scipy,pandas
3838
- pip install -U protobuf
3939
# install boost
40-
#- sudo add-apt-repository universe
41-
#- sudo apt-get update
42-
#- sudo apt-get install libboost-all-dev
40+
- sudo add-apt-repository universe
41+
- sudo apt-get update
42+
- sudo apt-get install libboost-all-dev
4343

4444
- cd ..
4545
- git clone --branch v0.9.1 --depth=1 https://github.com/bigartm/bigartm.git

0 commit comments

Comments
 (0)