From 2f6c64c5ac1b80fc6bbc3ee4559d589665a84731 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Tue, 5 Apr 2016 19:06:44 +0200 Subject: [PATCH] replace via sed SSH URLs by public URLs => no ssh key is required --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9ef9bff7c..f10ade7ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,9 @@ +git: + submodules: false language: c compiler: gcc -before_install: sudo apt-get update +before_install: + - sudo apt-get update + - sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules + - git submodule update --init --recursive install: sudo apt-get install nasm