Add apt get update and -y
This commit is contained in:
parent
d98143bde7
commit
efc81b2d9d
@ -11,7 +11,9 @@ matrix:
|
|||||||
KBUILD=linux
|
KBUILD=linux
|
||||||
JAVA_OPTS=-Xmx2g
|
JAVA_OPTS=-Xmx2g
|
||||||
#skip ./gradlew assemble that is normally invoked in installation step
|
#skip ./gradlew assemble that is normally invoked in installation step
|
||||||
install: sudo apt-get install automake
|
install:
|
||||||
|
- sudo apt-get update
|
||||||
|
- sudo apt-get -y install automake
|
||||||
script:
|
script:
|
||||||
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./linuxBuild.sh; fi'
|
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then bash ./linuxBuild.sh; fi'
|
||||||
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./linuxBuildAndPublish.sh; fi'
|
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then bash ./linuxBuildAndPublish.sh; fi'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user