File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ machine :
2+ java :
3+ version : oraclejdk8
4+ dependencies :
5+ pre :
6+ - curl -LO https://github.com/mozilla/geckodriver/releases/download/v0.15.0/geckodriver-v0.15.0-linux64.tar.gz
7+ && sudo tar -zxf geckodriver-*.tar.gz -C "${HOME}/bin"
8+ - sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu trusty-backports main restricted universe"
9+ && sudo apt-get update
10+ && sudo apt-get install -t trusty-backports shellcheck
11+ - sudo apt-get install expect
12+ test :
13+ override :
14+ - bash ./travis.sh &&
15+ bash <(curl -s https://codecov.io/bash) # If successful, run code coverage
Original file line number Diff line number Diff line change 2525 <parent >
2626 <groupId >com.google.cloud.samples</groupId >
2727 <artifactId >shared-configuration</artifactId >
28- <version >1.0.2 </version >
28+ <version >1.0.4 </version >
2929<!--
3030 <relativePath>../java-repo-tools</relativePath>
3131 -->
You can’t perform that action at this time.
0 commit comments