Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
language: go
go:
- 1.4.3
- 1.5.3
- 1.6.1
- 1.7.3
- 1.5.4
- 1.6.4
- 1.7.6
- 1.8.7
- 1.9.7
- 1.10.8
- tip
sudo: false
before_install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gapstone

Gapstone is a Go binding for the Capstone disassembly library.

## CURRENT UPSTREAM VERSION: 3.0.4
## CURRENT UPSTREAM VERSION: 4.0.1
[![Build Status](https://travis-ci.org/bnagy/gapstone.svg?branch=master)](https://travis-ci.org/bnagy/gapstone)

(head over to the next branch for the newest stuff)
Expand Down
Loading