From ae22f22a931b207301681f2fc948e8e9cfd1daf7 Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Wed, 25 Jun 2014 15:50:16 -0400 Subject: Updated for Cargo --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bf105fe..8389d59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,12 @@ language: c before_install: - yes | sudo add-apt-repository ppa:hansjorg/rust + - yes | sudo add-apt-repository ppa:cmrx64/cargo - sudo apt-get update install: - sudo apt-get install rust-nightly + - sudo apt-get install cargo script: - - make lib examples - + - rustc --version + - cargo build + - cd examples && cargo build -- cgit v1.2.3-54-g00ecf