Updated dependencies, added Travis CI integration and some badges

This commit is contained in:
Daniel García
2018-08-24 17:07:11 +02:00
parent 335099cd30
commit 39891e86a0
5 changed files with 290 additions and 310 deletions

7
.travis.yml Normal file
View File

@@ -0,0 +1,7 @@
# Copied from Rocket's .travis.yml
language: rust
sudo: required # so we get a VM with higher specs
dist: trusty # so we get a VM with higher specs
cache: cargo
rust:
- nightly