Fix travis windows deploy (no x86 for windows), bump snapshot to 0.0.4

This commit is contained in:
Ugljesa Jovanovic 2020-05-17 00:42:40 +02:00 committed by Ugljesa Jovanovic
parent 96c9ee0066
commit 7ef6d23f46
No known key found for this signature in database
GPG Key ID: 178E6DFCECCB0E0F
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ matrix:
- source ~/.install-jdk-travis.sh
script:
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then ./gradlew build -x jvmTest -x jsTest; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then ./gradlew build -x jvmTest -x jsTest publishMingwx86PublicationToSnapshotRepository publishMingwx64PublicationToSnapshotRepository; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then ./gradlew build -x jvmTest -x jsTest publishMingwx64PublicationToSnapshotRepository; fi'
cache:
directories:
- $HOME/.m2/

View File

@ -47,7 +47,7 @@ repositories {
}
group = "com.ionspin.kotlin"
version = "0.0.3"
version = "0.0.4-SNAPSHOT"
val ideaActive = System.getProperty("idea.active") == "true"