diff options
author | Dundar Göc <gocdundar@gmail.com> | 2022-02-04 18:44:50 +0100 |
---|---|---|
committer | Dundar Göc <gocdundar@gmail.com> | 2022-02-04 23:51:51 +0100 |
commit | fa192e97d508acedeee2d2287ee28f4923a3b388 (patch) | |
tree | 27caaadf767dfcc18ecc2263cb007184363a59ba /ci/common/build.sh | |
parent | dcbf9f93e9038d9b4eb782aff2a07e2560f6e04e (diff) | |
download | rneovim-fa192e97d508acedeee2d2287ee28f4923a3b388.tar.gz rneovim-fa192e97d508acedeee2d2287ee28f4923a3b388.tar.bz2 rneovim-fa192e97d508acedeee2d2287ee28f4923a3b388.zip |
ci: simplify CI process
Diffstat (limited to 'ci/common/build.sh')
-rw-r--r-- | ci/common/build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/common/build.sh b/ci/common/build.sh index 0ee4b7493f..c44c234274 100644 --- a/ci/common/build.sh +++ b/ci/common/build.sh @@ -8,8 +8,6 @@ _stat() { top_make() { printf '%78s\n' | tr ' ' '=' - # Travis has 1.5 virtual cores according to: - # http://docs.travis-ci.com/user/speeding-up-the-build/#Paralellizing-your-build-on-one-VM ninja "$@" } |