mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Fixed tab/space issue on YAML
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
This commit is contained in:
parent
7351a1174b
commit
abcac26e9b
1 changed files with 36 additions and 36 deletions
72
.travis.yml
72
.travis.yml
|
@ -13,24 +13,24 @@ matrix:
|
|||
- gcc
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- build-essential
|
||||
- cmake
|
||||
- doxygen
|
||||
- g++
|
||||
- gcc
|
||||
- clang
|
||||
- graphviz
|
||||
- libdb++-dev
|
||||
- libdb-dev
|
||||
- libgtest-dev
|
||||
- libminiupnpc-dev
|
||||
- libssl-dev
|
||||
- libssl1.0.0
|
||||
- libunbound-dev
|
||||
- libunwind8-dev
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- build-essential
|
||||
- cmake
|
||||
- doxygen
|
||||
- g++
|
||||
- gcc
|
||||
- clang
|
||||
- graphviz
|
||||
- libdb++-dev
|
||||
- libdb-dev
|
||||
- libgtest-dev
|
||||
- libminiupnpc-dev
|
||||
- libssl-dev
|
||||
- libssl1.0.0
|
||||
- libunbound-dev
|
||||
- libunwind8-dev
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:kojoley/boost
|
||||
- sudo apt-get -q update
|
||||
|
@ -51,24 +51,24 @@ matrix:
|
|||
- clang
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- build-essential
|
||||
- cmake
|
||||
- doxygen
|
||||
- g++
|
||||
- gcc
|
||||
- clang
|
||||
- graphviz
|
||||
- libdb++-dev
|
||||
- libdb-dev
|
||||
- libgtest-dev
|
||||
- libminiupnpc-dev
|
||||
- libssl-dev
|
||||
- libssl1.0.0
|
||||
- libunbound-dev
|
||||
- libunwind8-dev
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- build-essential
|
||||
- cmake
|
||||
- doxygen
|
||||
- g++
|
||||
- gcc
|
||||
- clang
|
||||
- graphviz
|
||||
- libdb++-dev
|
||||
- libdb-dev
|
||||
- libgtest-dev
|
||||
- libminiupnpc-dev
|
||||
- libssl-dev
|
||||
- libssl1.0.0
|
||||
- libunbound-dev
|
||||
- libunwind8-dev
|
||||
sources:
|
||||
- ubuntu-toolchain-r-test
|
||||
before_install:
|
||||
- sudo add-apt-repository -y ppa:kojoley/boost
|
||||
- sudo apt-get -q update
|
||||
|
|
Loading…
Reference in a new issue