travis: use cache & container infra

To speed-up builds & tests
This commit is contained in:
Victor Berger 2017-02-22 16:42:56 +01:00 committed by GitHub
parent 85eb10ce41
commit 618fb3a804
1 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,9 @@
language: rust
cache: cargo
sudo: false
rust:
- stable
- beta
@ -10,8 +14,10 @@ os:
dist: trusty
before_install:
- sudo apt-get install -y libwayland-dev
addons:
apt:
packages:
- libwayland-dev
branches:
only: