Skip to content

Commit

Permalink
Uncommented tests, switched to less specific version of ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
murgatroid99 committed Feb 27, 2015
1 parent 726b486 commit 640e93f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv
script:
- rvm use 2.1.2
- rvm use 2.1
- gem install bundler
- #./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg -s 2.0
- #./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg -s 2.0
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c dbg -s 2.0
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c dbg -s 2.0
- make clean
- #./tools/run_tests/run_tests.py -l c -t -j 16 -c opt -s 2.0
- #./tools/run_tests/run_tests.py -l c++ -t -j 16 -c opt -s 2.0
- #./tools/run_tests/run_tests.py -l node -t -j 16 -c opt
- ./tools/run_tests/run_tests.py -l c -t -j 16 -c opt -s 2.0
- ./tools/run_tests/run_tests.py -l c++ -t -j 16 -c opt -s 2.0
- ./tools/run_tests/run_tests.py -l node -t -j 16 -c opt
- ./tools/run_tests/run_tests.py -l ruby -t -j 16 -c opt
notifications:
email: false

0 comments on commit 640e93f

Please sign in to comment.