Skip to content

Commit

Permalink
Merge github.com:grpc/grpc into travis-c++
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
  • Loading branch information
ctiller committed Feb 27, 2015
2 parents d6465fc + 878e4b6 commit 341e660
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev
script:
- ./tools/run_tests/run_tests.py -l c -t -j 8 -c dbg
- ./tools/run_tests/run_tests.py -l c -t -j 8 -c opt
- ./tools/run_tests/run_tests.py -l c++ -t -j 8 -c dbg
- ./tools/run_tests/run_tests.py -l c++ -t -j 8 -c opt
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c opt
notifications:
email: false

0 comments on commit 341e660

Please sign in to comment.