Skip to content
This repository has been archived by the owner on Jul 6, 2019. It is now read-only.

Commit

Permalink
Split up 3.0.x and 3.1.x acceptanceTest runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby-vandiver committed Jun 6, 2016
1 parent 84ff8d5 commit 08294ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis-build.sh
@@ -1,7 +1,8 @@
#!/bin/bash
set -e
rm -rf *.zip
./gradlew acceptanceTest --stacktrace -P grailsVersions=3.0.17,3.1.7
./gradlew acceptanceTest --stacktrace -P grailsVersions=3.0.17
./gradlew acceptanceTest --stacktrace -P grailsVersions=3.1.7
./gradlew spring-security-oauth2-provider:gdocs --stacktrace

cd spring-security-oauth2-provider/build/libs
Expand Down

0 comments on commit 08294ad

Please sign in to comment.