Skip to content

Commit

Permalink
Fixed Travis CI
Browse files Browse the repository at this point in the history
Closes #277
  • Loading branch information
bvssvni committed Jul 9, 2015
1 parent c29292d commit 83e602f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -10,13 +10,9 @@ install:
- sudo apt-get install libXxf86vm-dev cmake libsdl2-dev
env:
matrix:
- EXAMPLE=gfx_cube
- EXAMPLE=image
- EXAMPLE=paint
- EXAMPLE=deform
- EXAMPLE=user_input
- EXAMPLE=sprite
- EXAMPLE=freetype
script:
- cargo build -v
- cd $EXAMPLE
- cargo build -v

0 comments on commit 83e602f

Please sign in to comment.