Use dist: trusty with travis

Trusty has a newer nasm version with AVX2 support.
This commit is contained in:
Sindre Aamås 2016-01-19 11:52:46 +01:00
parent 21c1c02441
commit 496de8bf09

View File

@ -1,4 +1,5 @@
language: cpp
dist: trusty
compiler:
- g++
@ -6,7 +7,7 @@ compiler:
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq nasm g++-4.6-multilib gcc-multilib libc6-dev-i386
- sudo apt-get install -qq nasm g++-multilib gcc-multilib libc6-dev-i386
install:
- make gmp-bootstrap