update travis script

This commit is contained in:
Colin Sherratt
2014-09-26 02:32:29 -04:00
parent ae41a150b5
commit d4f6803b03

View File

@ -1,7 +1,7 @@
language: rust
install: install:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install libudev-dev libxrandr-dev - sudo apt-get install libudev-dev libxrandr-dev
- curl -s http://www.rust-lang.org/rustup.sh | sudo sh
script: script:
- cargo build - cargo build