aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
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