dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Boost Software License 1.0
119 stars 48 forks source link

Use Travis addons to install packages + add libblas and liblapack #666

Closed wilzbach closed 6 years ago

wilzbach commented 6 years ago

liblas and liblapack are required due to https://github.com/dlang-tour/english/pull/237. Not sure whether it's the best idea to test the dub series in this way, but for now it only adds two dependencies, so it shouldn't hurt to much.