From a7e0c0d56a1c3ddd2df134f4737e749dd4b7a11d Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Thu, 30 Aug 2018 11:23:00 -0500 Subject: [PATCH] Update the Travis script and set minimum bound on GtkReactive and Cairo --- .travis.yml | 10 ++++++++-- REQUIRE | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index b52f862..f508dbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,13 @@ julia: - nightly notifications: email: false +addons: + apt: + packages: + - xvfb + - xauth + - libgtk-3-0 script: - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi - - julia -e 'Pkg.clone(pwd()); Pkg.build("ProfileView")' - - xvfb-run julia --check-bounds=yes -e 'Pkg.test("ProfileView"; coverage=true)' + - julia -e 'using Pkg; Pkg.clone(pwd()); Pkg.build("ProfileView")' + - xvfb-run julia --check-bounds=yes -e 'using Pkg; Pkg.test("ProfileView"; coverage=true)' diff --git a/REQUIRE b/REQUIRE index d0177bd..eb3934a 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,7 +1,7 @@ julia 0.7 Gtk -GtkReactive 0.0.3 -Cairo 0.5.1 +GtkReactive 0.5.1 +Cairo 0.5.6 Colors Graphics 0.2 FileIO