use go-jira.atlassian.net for testing via travis

This commit is contained in:
Cory Bennett
2016-12-17 17:25:11 -08:00
parent ac515e2743
commit 5ca096ab6e
11 changed files with 235 additions and 195 deletions
Regular → Executable
+9 -2
View File
@@ -1,2 +1,9 @@
endpoint: http://localhost:8080
user: gojira
#!/bin/sh
if [ -z "$JIRACLOUD" ]; then
echo endpoint: http://localhost:8080
echo user: gojira
echo password-keyring: true
else
echo endpoint: https://go-jira.atlassian.net
echo user: gojira@example.com
fi