Travis: Use Ubuntu 14.04 instead of 12.04.

This commit is contained in:
Dominik Picheta
2017-01-29 14:18:06 +01:00
parent fcefe06b57
commit e241c9a33f

View File

@@ -2,6 +2,8 @@ sudo: false
language: c
os:
- linux
dist: trusty
addons:
apt:
packages:
@@ -10,7 +12,7 @@ addons:
- libgc-dev
before_script:
- set -e
- wget --secure-protocol=tlsv1 http://nim-lang.org/download/fasm-1.71.39.tgz
- wget http://nim-lang.org/download/fasm-1.71.39.tgz
- tar xvf fasm-1.71.39.tgz
- git clone --depth 1 https://github.com/nim-lang/csources.git
- cd csources