Skip to content

Commit 68c2132

Browse files
committed
Update Travis CI to use two threads
1 parent e9f8049 commit 68c2132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sudo: required
77
dist: bionic
88
env:
99
global:
10-
- MAKETHREADS="-j3"
10+
- MAKETHREADS="-j2"
1111
- MAIN_PACKAGES="build-essential libtool autotools-dev autoconf libssl-dev libboost-all-dev libcrypto++-dev libevent-dev"
1212
- QT_PACKAGES="libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler"
1313
- GPU_PACKAGES="ocl-icd-opencl-dev"

0 commit comments

Comments
 (0)