Skip to content

Commit

Permalink
Prepare for docker-build 0.1.1 merge into master
Browse files Browse the repository at this point in the history
  • Loading branch information
yetist authored and raveit65 committed Feb 16, 2019
1 parent b6c4117 commit b6bcccf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ before_install:
- chmod +x docker-build

install:
- sudo apt-get install -y python3-pip python3-setuptools
- sudo pip3 install --upgrade pip
- sudo pip install PyGithub
- ./docker-build --name ${DISTRO} --config .travis.yml --install

script:
Expand Down Expand Up @@ -75,7 +78,6 @@ requires:
- startup-notification-devel

ubuntu:
# Same as debian
- git
- gobject-introspection
- gtk-doc-tools
Expand Down

0 comments on commit b6bcccf

Please sign in to comment.