Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
sn99 committed Oct 12, 2018
2 parents 06d44a0 + daebc53 commit 77548b0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -3,19 +3,14 @@ sudo: true
language: rust

rust:
- nightly
- stable

os:
- linux

install:
- sudo apt-get install libegl1-mesa-dev libgles2-mesa-dev
- sudo apt-get install libsdl2-dev
- sudo apt-get install -f
- sudo apt-get install libsdl2-dev

before_script:
- rustup component add rustfmt-preview

script:
- cargo fmt --all -- --check
- cargo build -v

0 comments on commit 77548b0

Please sign in to comment.