Skip to content

Commit

Permalink
Fixed Travis CI
Browse files Browse the repository at this point in the history
- Fixed warning in “text_test” example
  • Loading branch information
bvssvni committed Sep 26, 2017
1 parent f8c46ff commit e9abd4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ rust:
- stable
- nightly
before_install:
- sudo add-apt-repository ppa:team-xbmc/ppa -y
- sudo apt-get update -qq
- wget https://www.libsdl.org/release/SDL2-2.0.5.tar.gz -O SDL2-2.0.5.tar.gz
- tar -xzvf SDL2-2.0.5.tar.gz
install:
- sudo apt-get install libsdl2-dev
- (cd SDL2-2.0.5 && ./configure && make && sudo make install)
script:
- cargo test -v
- cargo doc -v
2 changes: 1 addition & 1 deletion examples/text_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn main() {
&DrawState::default(),
c.transform.trans(10.0, 100.0),
g
);
).unwrap();
});
encoder.flush(&mut device);
}
Expand Down

0 comments on commit e9abd4c

Please sign in to comment.