We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0bc709 + 62a9e82 commit 70f3612Copy full SHA for 70f3612
1 file changed
.circleci/config.yml
@@ -0,0 +1,12 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: circleci/openjdk
6
+
7
+ working_directory: ~/intercom-java
8
9
+ steps:
10
+ - checkout
11
+ - run: TERM="dumb" ./gradlew dependencies
12
+ - run: TERM="dumb" ./gradlew test
0 commit comments