summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5f5c38cb1..d615c8b7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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