Skip to content

Commit 894c80e

Browse files
Update Travis config so it actually does something. (#23)
* Update Travis config so it actually does something.
1 parent 50b977c commit 894c80e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
language: java
22
jdk:
33
- 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
4+
script: (cd functions-framework-api/ && mvn install) && (cd invoker/ && mvn test)

0 commit comments

Comments
 (0)