Travis: Use ubuntu 14.04 instead of 12.04.

This commit is contained in:
Dominik Picheta 2017-01-29 16:07:23 +01:00
commit 64518698e2

View file

@ -1,11 +1,12 @@
os:
- linux
dist: trusty
language: c
install:
- |
wget http://nim-lang.org/download/nim-0.15.2.tar.xz
wget https://nim-lang.org/download/nim-0.15.2.tar.xz
tar -xf nim-0.15.2.tar.xz
cd nim-0.15.2
LDFLAGS=-lrt sh build.sh