Skip to content

Commit

Permalink
updates .travis.yml to use more recent golang versions
Browse files Browse the repository at this point in the history
  • Loading branch information
knarz committed Jun 25, 2018
1 parent db62dee commit 765b445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,8 +1,8 @@
language: go

go:
- 1.8.x
- 1.9.x
- 1.10.x

install:
- go get github.com/iotaledger/giota
Expand All @@ -11,8 +11,8 @@ before_install:
- go get -u github.com/alecthomas/gometalinter
- go get -u github.com/mattn/goveralls
- export PATH=$PATH:$GOPATH/bin
- export CGO_LDFLAGS_ALLOW='-msse2'
- export CGO_CFLAGS_ALLOW='-msse2'
- export CGO_LDFLAGS_ALLOW='-msse2,-mavx'
- export CGO_CFLAGS_ALLOW='-msse2,-mavx'
- gometalinter --install --update

script:
Expand Down

0 comments on commit 765b445

Please sign in to comment.