Skip to content

Commit

Permalink
Merge pull request #27 from sergkh/cross-build
Browse files Browse the repository at this point in the history
Cross build
  • Loading branch information
sergkh authored Jan 12, 2017
2 parents ca87565 + c1a676e commit 0b62069
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: scala
scala:
- 2.11.5
- 2.11.8
- 2.12.0
jdk:
- oraclejdk8
env:
global:
- REDIS_TAG=3.2.0
Expand All @@ -26,6 +26,6 @@ before_script:
- export REDIS_VERSION="$(redis-cli INFO SERVER | sed -n 2p)"
- echo $REDIS_VERSION
script:
- sbt clean test package
- sbt clean test +package
after_success:
- test "${TRAVIS_PULL_REQUEST}" = 'false' && test "${TRAVIS_TAG}" != '' && sh "$TRAVIS_BUILD_DIR/.bintray.sh" && sbt publish bintrayRelease
- test "${TRAVIS_PULL_REQUEST}" = 'false' && test "${TRAVIS_TAG}" != '' && sh "$TRAVIS_BUILD_DIR/.bintray.sh" && sbt +publish bintrayRelease

0 comments on commit 0b62069

Please sign in to comment.