Skip to content

Commit

Permalink
Update Travis config.
Browse files Browse the repository at this point in the history
Run the tests, and run 32-on-64 tests.
  • Loading branch information
nelhage committed Dec 1, 2014
1 parent dc8d755 commit 559f933
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,6 +1,7 @@
script: make
script: make test
env:
- CFLAGS=-m32 LDFLAGS=-m32
- CFLAGS=-m64 LDFLAGS=-m64
- VICTIM_CFLAGS=-m32 VICTIM_CFLAGS=-m32
before_install:
- sudo apt-get install gcc-multilib

0 comments on commit 559f933

Please sign in to comment.