Skip to content

Commit

Permalink
update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-hub committed Oct 16, 2015
1 parent 3e4dca1 commit 6f5340c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ before_install:

install:
- GTK_VERSION=$(pkg-config --modversion gtk+-3.0 | tr . _| cut -d '_' -f 1-2)
- go test -tags "gtk_${GTK_VERSION}" github.com/gotk3/gotk3/
- echo "GTK version ${GTK_VERSION}"
- go test -tags "gtk_${GTK_VERSION}" github.com/gotk3/gotk3/...
3 changes: 1 addition & 2 deletions gtk/gtk_deprecated_since_3_16.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ package gtk
import "C"

import (
"unsafe"

"github.com/gotk3/gotk3/gdk"
"unsafe"
)

// OverrideColor is a wrapper around gtk_widget_override_color().
Expand Down

0 comments on commit 6f5340c

Please sign in to comment.