Skip to content

Commit

Permalink
Don't apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet authored and ebruchez committed Dec 18, 2021
1 parent bb5be6c commit a6f378c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ env:
- TARGET=orbeon-dist
addons:
postgresql: "9.5"
apt:
packages:
- mysql-server-5.6
- mysql-client-core-5.6
- mysql-client-5.6
artifacts:
paths:
- $(ls build/distrib/* | egrep -v '(embedding|proxy-portlet|xforms-filter|orbeon-auth)' | egrep -v '\-[CP]E\.(tgz|war)' | tr "\n" ":")
Expand All @@ -34,7 +39,7 @@ before_cache:
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt-get update
#- sudo apt-get update
- sudo apt-get -y install docker-ce
install:
# From https://docs.travis-ci.com/user/languages/java/: "Because there is no single standard way of installing project dependencies with Ant, you need to
Expand Down

0 comments on commit a6f378c

Please sign in to comment.