mirror of
https://github.com/shlomif/PySolFC.git
synced 2025-04-05 00:02:29 -04:00
Fix deps
This commit is contained in:
parent
4d23488a22
commit
bd46cee338
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ os: linux
|
|||
dist: trusty
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -y ack-grep cpanminus make libperl-dev perl python-setuptools tkinter python-gtk2 python-glade2 python-gnome2 python-gnome2-dev
|
||||
- sudo apt-get install -y ack-grep cpanminus libperl-dev make perl python-glade2 python-gnome2 python-gnome2-dev python-gtk2 python-setuptools python-tk
|
||||
- sudo dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
|
||||
install:
|
||||
- sudo cpanm Test::TrailingSpace
|
||||
|
|
Loading…
Add table
Reference in a new issue