Skip to content

Commit

Permalink
Travis: fix version of Glib::Object::Introspection to 0.048
Browse files Browse the repository at this point in the history
Until configure failures are fixed

Updates #770
  • Loading branch information
shawnlaffan committed Nov 6, 2020
1 parent 668ebd2 commit 5d1d440
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ before_install:
- if [ $BD_TEST_GUI ]; then sudo apt-get install libgoocanvas-2.0-dev; fi;

# Here as well as cpanfile because of dependency problems if not installed before Gnome2::Canvas
- if [ $BD_TEST_GUI ]; then cpanm --notest ExtUtils::Depends ExtUtils::PkgConfig Glib Gtk3 GooCanvas2; fi;
- if [ $BD_TEST_GUI ]; then cpanm --notest ExtUtils::Depends ExtUtils::PkgConfig; fi;
# install failures for 0.049
- if [ $BD_TEST_GUI ]; then cpanm --notest Glib::Object::[email protected]; fi;
- if [ $BD_TEST_GUI ]; then cpanm --notest Glib Gtk3 GooCanvas2; fi;

- if [ $BD_TEST_GUI ]; then cpanm --quiet --installdeps --notest --with-all-features .; fi;

Expand Down

0 comments on commit 5d1d440

Please sign in to comment.