File tree 3 files changed +16
-1
lines changed
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 25
25
<parent >
26
26
<groupId >com.google.cloud.samples</groupId >
27
27
<artifactId >shared-configuration</artifactId >
28
- <version >1.0.2 </version >
28
+ <version >1.0.4 </version >
29
29
<!--
30
30
<relativePath>../java-repo-tools</relativePath>
31
31
-->
You can’t perform that action at this time.
0 commit comments