[go: nahoru, domu]

Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daggerok committed Apr 10, 2020
1 parent ee80625 commit 0168a9b
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
service: docker
env:
global:
- TERM=dumb
- TERM=dumb
language: java
jdk: openjdk8
python: 3.8
install: true
apt:
update: true
packages:
- jq
- curl
- httpie
- docker-ce
- libxml2-utils
addons:
apt:
update: true
packages:
- jq
- curl
- httpie
- docker-ce
- libxml2-utils
before_install:
- 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 0168a9b

Please sign in to comment.