Skip to content

Commit

Permalink
Merge pull request #2449 from nicolasnoble/sid
Browse files Browse the repository at this point in the history
Updating debian/sid with the 0.10.0 release.
  • Loading branch information
andrewpollock committed Aug 3, 2015
2 parents c09d070 + 3399923 commit a6b2b70
Show file tree
Hide file tree
Showing 451 changed files with 32,396 additions and 9,635 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ script:
- if [ ! -z "$USE_GCC" ] ; then export CC=gcc-$USE_GCC ; export CXX=g++-$USE_GCC ; fi
- ./tools/run_tests/run_tests.py -l $TEST -t -j $JOBS -c $CONFIG -s 4.0
after_success:
- if [ "$CONFIG" = "gcov" ] ; then coveralls --exclude third_party --exclude gens --exclude test --exclude src/compiler -b. --gcov-options '\-p' ; fi
- if [ "$CONFIG" = "gcov" ] ; then coveralls --exclude third_party --exclude gens --exclude test --exclude tools --exclude src/compiler -b. --gcov-options '\-p' ; fi
notifications:
email: false
webhooks:
Expand Down
556 changes: 533 additions & 23 deletions BUILD

Large diffs are not rendered by default.

0 comments on commit a6b2b70

Please sign in to comment.