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