Use consistent indentation in Travis config
Indent with 4 spaces, as in the Travis config for Julia.
This commit is contained in:
parent
0a20307c39
commit
d321408210
12
.travis.yml
12
.travis.yml
@ -1,14 +1,14 @@
|
|||||||
language: c
|
language: c
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
|
- sudo add-apt-repository ppa:staticfloat/julia-deps -y
|
||||||
- sudo add-apt-repository ppa:staticfloat/juliareleases -y
|
- sudo add-apt-repository ppa:staticfloat/juliareleases -y
|
||||||
- sudo apt-get update -qq -y
|
- sudo apt-get update -qq -y
|
||||||
- sudo apt-get install libpcre3-dev julia fontforge -y
|
- sudo apt-get install libpcre3-dev julia fontforge -y
|
||||||
script:
|
script:
|
||||||
- make prefix=`pwd`/local install
|
- make prefix=`pwd`/local install
|
||||||
- make check
|
- make check
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user