Skip to content

Commit

Permalink
Merge branch 'master' into exp-retry
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Henry committed Jan 31, 2015
2 parents 5984be8 + 50464e7 commit 0dd9321
Show file tree
Hide file tree
Showing 597 changed files with 31,844 additions and 13,828 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
*.swp
tags

# Eclipse files
.project
.settings/

# cbson & other C build dirs
**/build

Expand All @@ -21,3 +25,7 @@ third_party/mysql
java/vtocc-client/target
java/vtocc-jdbc-driver/target
third_party/acolyte

# intellij files
*.iml
.idea
21 changes: 21 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
language: go
go:
- 1.4
env:
global:
- MYSQL_FLAVOR=MariaDB
matrix:
- MAKE_TARGET=java_vtgate_client_test
- MAKE_TARGET=unit_test_goveralls
- MAKE_TARGET=small_integration_test
- MAKE_TARGET=medium_integration_test
- MAKE_TARGET=large_integration_test
- MAKE_TARGET=queryservice_test
- MAKE_TARGET=unit_test
before_install:
- bash -v travis/dependencies.sh
install:
- bash -v bootstrap.sh
script:
- source dev.env
- travis_retry make $MAKE_TARGET
14 changes: 14 additions & 0 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions Godeps/Readme

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Godeps/_workspace/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 23 additions & 0 deletions Godeps/_workspace/src/github.com/coreos/go-etcd/etcd/add_child.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0dd9321

Please sign in to comment.