Merge pull request #1763 from ctiller/splitsies

Split C/C++ tests: we are running out of space in opt now
pull/1766/head
Vijay Pai 10 years ago
commit 244dfeb847
  1. 3
      .travis.yml

@ -20,7 +20,8 @@ env:
- CONFIG=opt TEST=sanity JOBS=1
- CONFIG=gcov TEST=c JOBS=16
- CONFIG=gcov TEST=c++ JOBS=16
- CONFIG=opt TEST="c c++" JOBS=16
- CONFIG=opt TEST=c JOBS=16
- CONFIG=opt TEST=c++ JOBS=16
- CONFIG=opt TEST=node JOBS=16
- CONFIG=opt TEST=ruby JOBS=16
- CONFIG=opt TEST=python JOBS=1

Loading…
Cancel
Save