Skip to content
Snippets Groups Projects
Commit 249fc657 authored by Stephen A. Wood's avatar Stephen A. Wood
Browse files

Fix .travis.xml git depth syntax

parent bbcc4bea
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ os: linux ...@@ -2,7 +2,7 @@ os: linux
compiler: gcc compiler: gcc
language: cpp language: cpp
git: git:
depth 5 depth: 5
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -y x11-common libx11-6 x11-utils gsl-bin libxpm4 libxft2 libpng3 libjpeg-turbo8 libjpeg8 libtiff4 libxml2 libldap-2.4-2 libkrb5-3 freeglut3 libfftw3-3 python libmysqlclient18 libgif4 libiodbc2 libxext6 libxmu6 libimlib2 gccxml wget libpopt-dev - sudo apt-get install -y x11-common libx11-6 x11-utils gsl-bin libxpm4 libxft2 libpng3 libjpeg-turbo8 libjpeg8 libtiff4 libxml2 libldap-2.4-2 libkrb5-3 freeglut3 libfftw3-3 python libmysqlclient18 libgif4 libiodbc2 libxext6 libxmu6 libimlib2 gccxml wget libpopt-dev
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment