Skip to content

Commit

Permalink
Travis Update
Browse files Browse the repository at this point in the history
Zips are corrupt, using workaround to create good ones.
  • Loading branch information
Kurt Waechter committed Oct 17, 2017
1 parent b8c67b6 commit ecc0258
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ jdk:
- oraclejdk8

script:
- unzip -q bin/lib.zip -d lambda-selenium-node/lib
- unzip -q bin/lib.zip -d lambda-selenium-node/
- unzip -q bin/node_modules.zip -d lambda-selenium-node/node_modules
- zip -q -r node_lambda_function.zip lambda-selenium-node/*
- cd lambda-selenium-java
- cd lambda-selenium-node
- zip -q -r ../node_lambda_function.zip *
- cd ../lambda-selenium-java
- gradle clean unzipLibs shadowJar
- mv build/libs/lambda-selenium-all.jar ../java_lambda_function.zip
- cd ../
Expand Down

0 comments on commit ecc0258

Please sign in to comment.