We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b977c commit 894c80eCopy full SHA for 894c80e
.travis.yml
@@ -1,7 +1,4 @@
1
language: java
2
jdk:
3
- openjdk11
4
-# Use a Build Matrix for subdirs (https://lord.io/blog/2014/travis-multiple-subdirs/)
5
-env:
6
- - DIR=functions-framework-api/
7
-script: cd $DIR && gradle build # gradle -q run
+script: (cd functions-framework-api/ && mvn install) && (cd invoker/ && mvn test)
0 commit comments