Skip to content

Commit

Permalink
Update the Travis script and set minimum bound on GtkReactive
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Aug 30, 2018
1 parent 407a053 commit d747bd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)'
2 changes: 1 addition & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
julia 0.7
Gtk
GtkReactive 0.0.3
GtkReactive 0.5.1
Cairo 0.5.1
Colors
Graphics 0.2
Expand Down

0 comments on commit d747bd9

Please sign in to comment.