mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-18 00:42:13 +03:00
Try to fix travis build problem related to boost
This commit is contained in:
parent
8aa01692b2
commit
9635eb1e59
@ -9,5 +9,5 @@ before_install:
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -y g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX=g++-4.8; fi
|
||||
- sudo apt-get install -y libncursesw5-dev
|
||||
- sudo apt-get install -y libboost-regex-dev
|
||||
- sudo apt-get install -y libboost-all-dev
|
||||
script: cd src && make && make test
|
||||
|
Loading…
Reference in New Issue
Block a user