add apt-get update to travis

This commit is contained in:
Colin Sherratt
2014-09-13 14:26:24 -04:00
parent 29f7f6aba0
commit abec593eda

View File

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