[go: nahoru, domu]

Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Mar 6, 2018
1 parent e1b1163 commit 5112805
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jdk: oraclejdk8
install: true
before_install:
# install docker-compose
- sudo apt update -y || true
- sudo apt install -y --no-install-recommends docker-ce python-pip curl jq libxml2-utils
- sudo pip install docker-compose httpie
- sudo apt update -y || true >/dev/null 2>&1
- sudo apt install -y --no-install-recommends docker-ce python-pip curl jq libxml2-utils >/dev/null 2>&1
- sudo pip install docker-compose httpie >/dev/null 2>&1
# kill on ports
- source <(curl -s https://raw.githubusercontent.com/daggerok/bash-functions/master/main.bash)
- stop_any 5432 5672 27017 3000 8000 8080 80 27017 5672 5432
Expand Down

0 comments on commit 5112805

Please sign in to comment.