mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 11:45:08 +00:00
travis: parallel make
This commit is contained in:
parent
f8299a1274
commit
89da09636e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ install:
|
||||||
script:
|
script:
|
||||||
- autoreconf
|
- autoreconf
|
||||||
- ./configure
|
- ./configure
|
||||||
- make
|
- make -j2
|
||||||
- sudo make install
|
- sudo make install
|
||||||
- make test SHOW_INTERACTIVE_LOG=1
|
- make test SHOW_INTERACTIVE_LOG=1
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in a new issue