Skip to content

Commit

Permalink
Update the Travis script and set minimum bound on GtkReactive and Cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy committed Sep 3, 2018
1 parent 407a053 commit a7e0c0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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)'
4 changes: 2 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a7e0c0d

Please sign in to comment.