mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 04:31:12 +00:00
attempting to handle travis ci parsing error with spacing
This commit is contained in:
parent
e179ad829e
commit
594c4a28f1
1 changed files with 4 additions and 4 deletions
|
@ -32,11 +32,11 @@ matrix:
|
||||||
- libc6-i386
|
- libc6-i386
|
||||||
- libcurl4-openssl-dev:i386
|
- libcurl4-openssl-dev:i386
|
||||||
- libpng12-dev:i386
|
- libpng12-dev:i386
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: clang
|
compiler: clang
|
||||||
before_script:
|
before_script:
|
||||||
- export CC=clang
|
- export CC=clang
|
||||||
- export CPLUS=clang++
|
- export CPLUS=clang++
|
||||||
script: cd main/source/linux && make
|
script: cd main/source/linux && make
|
||||||
|
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
Loading…
Reference in a new issue