Update .travis.yml

This commit is contained in:
Daniel Bauer
2018-11-13 10:08:24 +01:00
committed by GitHub
parent 005b08c7bd
commit 63f4ac2217

View File

@@ -4,4 +4,7 @@ rust:
- stable - stable
- beta - beta
- nightly - nightly
before_install:
- sudo apt-get -qq update
- sudo apt-get install libgsl-dev -y