diff options
| author | Jacob Torrey <torreyj@ainfosec.com> | 2016-08-22 14:33:32 -0600 |
|---|---|---|
| committer | Jacob Torrey <torreyj@ainfosec.com> | 2016-08-26 14:03:27 -0600 |
| commit | abcac26e9b280994954eb64700baa6654cc657c7 (patch) | |
| tree | f7150655b785462f62c5eb4b5e853096c229d4a9 | |
| parent | 7351a1174bbe67b54f124dc879b52517a2e14670 (diff) | |
| download | monzero-core-abcac26e9b280994954eb64700baa6654cc657c7.tar.gz monzero-core-abcac26e9b280994954eb64700baa6654cc657c7.tar.xz monzero-core-abcac26e9b280994954eb64700baa6654cc657c7.zip | |
Fixed tab/space issue on YAML
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com>
| -rw-r--r-- | .travis.yml | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/.travis.yml b/.travis.yml index c59ca85ec..0f84fe1b4 100644 --- a/.travis.yml +++ b/.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 |
