Skip to content

Commit

Permalink
Modified the build script so that other CIs than Travis can execute i…
Browse files Browse the repository at this point in the history
…t too.
  • Loading branch information
roughike committed Feb 8, 2017
1 parent 46335c7 commit fe8343c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app-config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def String getSlackAuthToken() {
}

private boolean isCiBuild() {
System.getenv("TRAVIS") == "true"
System.getenv("CI") == "true"
}

private String getApiKeyFromFile() {
Expand Down

0 comments on commit fe8343c

Please sign in to comment.