Skip to content

Commit

Permalink
switch to containerized builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Aug 2, 2015
1 parent 6fb15ad commit dc8e5b5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
@@ -1,7 +1,10 @@
script: make test
sudo: false
addons:
apt:
packages:
- gcc-multilib
- python-pexpect
env:
- CFLAGS=-m32 LDFLAGS=-m32 DISABLE_TESTS=1
- CFLAGS=-m64 LDFLAGS=-m64
before_install:
- sudo apt-get update
- sudo apt-get -y install gcc-multilib python-pexpect

0 comments on commit dc8e5b5

Please sign in to comment.