mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
Travis: Use Ubuntu 14.04 instead of 12.04.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user