Skip to content

Commit

Permalink
Fix .travis.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed Mar 9, 2013
1 parent 6201509 commit 50128f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -25,9 +25,7 @@ script: ./bin/ci/script.sh
matrix:
include:
- compiler: g++
CFLAGS="-m32"
CXXFLAGS="-m32"
LDFLAGS="-melf_i386"
env: CFLAGS="-m32" CXXFLAGS="-m32" LDFLAGS="-melf_i386"

notifications:
email:
Expand Down

0 comments on commit 50128f8

Please sign in to comment.