Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

Commit

Permalink
travis: install opencpu-server
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Jun 27, 2017
1 parent fb9650c commit 450fbc9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
sudo: required
dist: trusty
group: edge

language: go
go:
- 1.6.x
- 1.7.x
- 1.8.x
- tip

install:
- go get -v golang.org/x/tools/cmd/cover
- sudo add-apt-repository -y ppa:opencpu/opencpu-1.6
- sudo apt-get update
- sudo apt-get upgrade -y
- sudo apt-get install -y opencpu-server

script:
- go test -v -covermode=count -coverprofile=profile.cov

after_success:
- go get -v github.com/mattn/goveralls
- export PATH=$PATH:$HOME/gopath/bin
Expand Down

0 comments on commit 450fbc9

Please sign in to comment.