Skip to content

Commit

Permalink
Add more variants for Travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konovalov committed Mar 13, 2017
1 parent 8a5aca8 commit 7cb0044
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ addons:
- libgmp-dev
- libreadline-dev

env:
- ABI=32 GMP=yes
- ABI=32 GMP=system
- ABI=64 GMP=yes
- ABI=64 GMP=system

matrix:
include:
# 64bit linux builds with GCC
Expand Down

0 comments on commit 7cb0044

Please sign in to comment.