Update .travis.yml

This commit is contained in:
Dima Kudosh
2017-02-26 18:02:28 +03:00
committed by GitHub
parent 0c85c87f11
commit ff85a377a1
+7
View File
@@ -1,4 +1,11 @@
language: rust
addons:
apt:
packages:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- binutils-dev # optional: only required for the --verify flag of coveralls
rust:
- stable
- beta