mirror of
https://github.com/ENSL/NS.git
synced 2024-11-21 20:21:14 +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,12 +32,12 @@ matrix:
|
|||
- libc6-i386
|
||||
- libcurl4-openssl-dev:i386
|
||||
- libpng12-dev:i386
|
||||
- os: osx
|
||||
- os: osx
|
||||
compiler: clang
|
||||
before_script:
|
||||
- export CC=clang
|
||||
- export CPLUS=clang++
|
||||
script: cd main/source/linux && make
|
||||
- export CC=clang
|
||||
- export CPLUS=clang++
|
||||
script: cd main/source/linux && make
|
||||
|
||||
allow_failures:
|
||||
- os: linux
|
||||
|
|
Loading…
Reference in a new issue