Skip to content

Commit

Permalink
#288 attempt to fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
spyhunter99 committed Mar 30, 2016
1 parent 4440883 commit 8f2a596
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -36,7 +36,7 @@ build/
.gradle

# vim swap files
*.swp
*.swp`
*.swo


Expand Down
12 changes: 6 additions & 6 deletions .travis.yml
Expand Up @@ -106,13 +106,13 @@ script:
#we build 3 times due to issues with the maven-android-plugin. root cause is unknown but seems to be related to how artifacts are resolved for android projects
#in case you're wondering -fn means fail never, which loosely means, if the build fails, the exit code is always 0, which is basically all CI engines look for.
#the dist profile adds the zip and tar outputs of all javadocs and source jars
- mvn clean install -fn -B -U -Pdist
- mvn install -fn -B -U -Pdist
- mvn install -Pdist
- mvn android:undeploy
- ./travis.sh
#- mvn install -fn -B -U -Pdist
#- mvn install -Pdist
#- mvn android:undeploy
#build using gradle
- ./gradlew -version
- ./gradlew clean connectedCheck
#- ./gradlew -version
#- ./gradlew clean connectedCheck
# fun fact, maven runs android tests concurrently for all connected devices, gradle does not
# since we're using build matrix, each build target compiles the source, fires up it's specific vm, runs the tests, then exits.
# --stacktrace

0 comments on commit 8f2a596

Please sign in to comment.