Skip to content

Commit

Permalink
Use nicos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Feb 27, 2015
1 parent 4795a3c commit 5cf4fe1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ before_install:
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv
script:
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg
- make CONFIG=dbg libs/dbg/protobuf/libprotobuf.a
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg
- make clean
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt
- make CONFIG=opt libs/opt/protobuf/libprotobuf.a
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c opt
- ./tools/run_tests/run_tests.py -l node -t -j 16 -c opt
- ./tools/run_tests/run_tests.py -l python -t -j 1 -c opt
Expand Down

0 comments on commit 5cf4fe1

Please sign in to comment.