From d747bd995e5596e802a3606fb33fa41e554734c6 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 --- .travis.yml | 10 ++++++++-- REQUIRE | 2 +- 2 files changed, 9 insertions(+), 3 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..5cfbbf2 100644 --- a/REQUIRE +++ b/REQUIRE @@ -1,6 +1,6 @@ julia 0.7 Gtk -GtkReactive 0.0.3 +GtkReactive 0.5.1 Cairo 0.5.1 Colors Graphics 0.2