Skip to content

Commit

Permalink
oh well, fixed .travis.yml and .gitignore again.
Browse files Browse the repository at this point in the history
  • Loading branch information
lifthrasiir committed Aug 26, 2014
1 parent 02b4d81 commit d46f104
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,3 +14,4 @@ bin
lib
.rust
target
Cargo.lock
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -13,6 +13,6 @@ before_script:
- cargo -V
script:
- cargo build -v
- cd src/sdl_mixer && cargo build -v
- cd src/sdl_image && cargo build -v
- cd src/sdl-demo && cargo build -v
- (cd src/sdl_mixer && cargo build -v)
- (cd src/sdl_image && cargo build -v)
- (cd src/sdl-demo && cargo build -v)

0 comments on commit d46f104

Please sign in to comment.