Skip to content

Commit

Permalink
Update travis so the build works
Browse files Browse the repository at this point in the history
  • Loading branch information
shockham committed Dec 30, 2015
1 parent a2aa7d0 commit 36b2c4d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ rust:
- stable
- nightly

install:
- sudo apt-get install libXxf86vm-dev libosmesa6-dev
addons:
apt:
packages:
- libxxf86vm-dev
- libosmesa6-dev

after_success:
- |
Expand Down

0 comments on commit 36b2c4d

Please sign in to comment.