move to new travis build infrastructure

This commit is contained in:
Y. T. Chung
2015-12-13 21:45:26 +08:00
parent 81204443b6
commit 63a34a6ba2

View File

@@ -2,9 +2,12 @@ language: rust
rust:
- nightly
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libssl-dev
sudo: false
addons:
apt:
packages:
- libssl-dev
script:
- cargo build -v