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

Commit

Permalink
Disable acceptance tests for travis for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bobby-vandiver committed Mar 6, 2016
1 parent b798d46 commit 285a40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-build.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
rm -rf *.zip
./gradlew acceptanceTest --stacktrace -P grailsVersions=3.0.11,3.0.12
#./gradlew acceptanceTest --stacktrace -P grailsVersions=3.0.11,3.0.12
./gradlew spring-security-oauth2-provider:gdocs --stacktrace

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

0 comments on commit 285a40e

Please sign in to comment.