Skip to content

Commit

Permalink
LIVY-285. Run unit tests and integration tests in parallel on Travis. (
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryshao authored and alex-the-man committed Jan 5, 2017
1 parent 9974aac commit 95f1459
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ dist: trusty
language: scala

env:
- MVN_FLAG=-Pspark-1.6
- MVN_FLAG=-Pspark-2.0
- MVN_FLAG='-Pspark-1.6 -DskipTests'
- MVN_FLAG='-Pspark-2.0 -DskipTests'
- MVN_FLAG='-Pspark-1.6 -DskipITs'
- MVN_FLAG='-Pspark-2.0 -DskipITs'

jdk:
- oraclejdk7
Expand Down

0 comments on commit 95f1459

Please sign in to comment.