Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sn99 authored Oct 4, 2018
1 parent c6a1b33 commit daebc53
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: true
language: rust

rust:
- nightly
- stable

os:
- linux
Expand All @@ -12,8 +12,5 @@ install:
- sudo apt-get install libegl1-mesa-dev libgles2-mesa-dev
- sudo apt-get install libsdl2-dev

before_script:
- rustup component add rustfmt-preview

script:
- cargo build -v

0 comments on commit daebc53

Please sign in to comment.