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.
2 parents 823f2d9 + ecc0258 commit 48f0bd5Copy full SHA for 48f0bd5
.travis.yml
@@ -3,10 +3,11 @@ jdk:
3
- oraclejdk8
4
5
script:
6
- - unzip -q bin/lib.zip -d lambda-selenium-node/lib
+ - unzip -q bin/lib.zip -d lambda-selenium-node/
7
- unzip -q bin/node_modules.zip -d lambda-selenium-node/node_modules
8
- - zip -q -r node_lambda_function.zip lambda-selenium-node/*
9
- - cd lambda-selenium-java
+ - cd lambda-selenium-node
+ - zip -q -r ../node_lambda_function.zip *
10
+ - cd ../lambda-selenium-java
11
- gradle clean unzipLibs shadowJar
12
- mv build/libs/lambda-selenium-all.jar ../java_lambda_function.zip
13
- cd ../
docs/_config.yml
@@ -1,2 +1,2 @@
1
theme: jekyll-theme-slate
2
-show_downloads: true
+show_downloads: false
0 commit comments