Skip to content

Commit

Permalink
Make travis start faster
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Jan 7, 2015
1 parent af9f467 commit bf8b5db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: rust

sudo: false

env:
global:
- secure: SH7xrrH8ONXcrpHzKVJsBuLX1AikKBTBBI0SsEfCWfDZsAur0rQW5ZlPPorhQ0iZUbvw5xwY26T+0EYdBAWOwp7AOBM2iwoGZ15ERTd8o2JX3ZlMQ9AvDHNaXAc6YToj69DaiaimX+oX9DtZeRfQ309Lkp4D1YMrf4X/jhNpQdI=

install:
- sudo apt-get install libXxf86vm-dev

after_script:
# the doc directory needs to be in the root for rust-ci
- cargo doc
Expand Down

0 comments on commit bf8b5db

Please sign in to comment.