Skip to content

Commit 28236f9

Browse files
committed
Add support for concurrent make.
1 parent 150d3ae commit 28236f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ dist: bionic
22
env:
33
global:
44
# Set Python 3.7.1 as the default python
5-
PATH=/opt/python/3.7.1/bin:$PATH
5+
- PATH=/opt/python/3.7.1/bin:$PATH
6+
- MAKEFLAGS="-j 2"
7+
68
language: bash
79

810
addons:

0 commit comments

Comments
 (0)