Skip to content

Commit

Permalink
Merge pull request #2710 from pomadchin/fix/travis
Browse files Browse the repository at this point in the history
Travis CI tests fix
  • Loading branch information
pomadchin committed Jun 18, 2018
2 parents 0155276 + 0724a0e commit 4011222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis/build-and-test-set-1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"project proj4" test \
"project geotools" test \
"project shapefile" test \
"project doc-examples" compile || { exit 1; }
./sbt -J-Xmx2G "++$TRAVIS_SCALA_VERSION" "project spark" test || { exit 1; }
./sbt -J-Xmx2G "++$TRAVIS_SCALA_VERSION" "project accumulo" test "project cassandra" test || { exit 1; }
"project doc-examples" compile \
"project spark" test || { exit 1; }
./sbt -J-Xmx2G "++$TRAVIS_SCALA_VERSION" "project cassandra" test || { exit 1; }
1 change: 1 addition & 0 deletions .travis/build-and-test-set-2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"project spark-etl" test \
"project geowave" compile test:compile \
"project hbase" test \
"project accumulo" test \
"project s3" test \
"project s3-testkit" test \
"project geomesa" test || { exit 1; }

0 comments on commit 4011222

Please sign in to comment.