Skip to content

Commit

Permalink
bump ank dependency which now includes latest 0.7 syntax changes and …
Browse files Browse the repository at this point in the history
…unblocks docs generation
  • Loading branch information
Guardiola31337 committed Apr 5, 2018
1 parent 8d1db93 commit d01abf3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,17 @@ jdk:
- oraclejdk8

script:
- ./gradlew clean build
- ./gradlew clean build :arrow-docs:runAnk
- ./gradlew codeCoverageReport

after_success:
- bash <(curl -s https://codecov.io/bash)
- ./deploy-scripts/deploy.sh

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
local_dir: modules/docs/arrow-docs/build/site
on:
branch: master
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ buildscript {
classpath "com.github.ben-manes:gradle-versions-plugin:$gradleVersionsPluginVersion"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'io.arrow-kt:ank-gradle-plugin:0.7.0-20180401.180640-1'
classpath 'io.arrow-kt:ank-gradle-plugin:0.7.0-20180405.164002-2'
classpath 'org.ajoberstar:gradle-git-publish:0.3.2'
}
}
Expand Down
2 changes: 1 addition & 1 deletion modules/docs/arrow-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'ank-gradle-plugin'
apply plugin: 'org.ajoberstar.git-publish'

dependencies {
compile 'io.arrow-kt:ank-core:0.7.0-20180401.180605-1'
compile 'io.arrow-kt:ank-core:0.7.0-20180405.163901-2'
compile project(':arrow-data')
compile project(':arrow-core')
compile project(':arrow-instances-data')
Expand Down

0 comments on commit d01abf3

Please sign in to comment.