.travis.yml: Remove $(nproc).
authorFlorian Forster <octo@collectd.org>
Tue, 12 Feb 2019 07:42:51 +0000 (08:42 +0100)
committerFlorian 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

index 90de2da..593905d 100644 (file)
@@ -116,7 +116,7 @@ before_script: autoreconf -fi
 script:
   - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
   - ./configure
 script:
   - if [[ "${TRAVIS_BRANCH}" == "coverity_scan" ]]; then exit 0; fi
   - ./configure
-  - make -j $(nproc)
+  - make
   - make check
 
 addons:
   - make check
 
 addons: