Skip to content

Commit

Permalink
Add serialization builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoc committed Jun 29, 2015
1 parent 28b39e2 commit f27f231
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ matrix:
env: BUILD="base" TEST_TARGET="scalding-hadoop-test"
script: "scripts/run_test.sh"

- scala: 2.10.5
env: BUILD="base" TEST_TARGET="scalding-serialization scalding-serialization-macros"
script: "scripts/run_test.sh"

- scala: 2.11.5
env: BUILD="base" TEST_TARGET="scalding-serialization scalding-serialization-macros"
script: "scripts/run_test.sh"

- scala: 2.10.5
env: BUILD="test tutorials and matrix tutorials and repl" TEST_TARGET="scalding-repl"
script:
Expand Down

0 comments on commit f27f231

Please sign in to comment.