1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Try to enable Travis-CI

This commit is contained in:
Shlomi Fish 2016-02-14 13:25:44 +02:00
parent b5a6c948f4
commit 4d23488a22

9
.travis.yml Normal file
View file

@ -0,0 +1,9 @@
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 dpkg-divert --local --divert /usr/bin/ack --rename --add /usr/bin/ack-grep
install:
- sudo cpanm Test::TrailingSpace
script: "gmake test"