projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ad64d
)
.travis.yml: Remove $(nproc).
author
Florian Forster
<octo@collectd.org>
Tue, 12 Feb 2019 07:42:51 +0000
(08:42 +0100)
committer
Florian Forster
<octo@collectd.org>
Tue, 12 Feb 2019 07:42:51 +0000
(08:42 +0100)
nproc is not available on Mac OS X.
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
90de2da
..
593905d
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-116,7
+116,7
@@
before_script: autoreconf -fi
script:
- if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
- ./configure
- - make
-j $(nproc)
+ - make
- make check
addons: