Skip to content

Commit b30af11

Browse files
committed
Use heavy vm for syslog, let 1.5 set GOMAXPROCS
1 parent 45564db commit b30af11

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: go
2-
sudo: false
32
go:
43
- 1.4
54
- 1.5
@@ -15,7 +14,7 @@ script:
1514
- ./travis/gofmt.sh
1615
- ./travis/govet.sh
1716
- go test -i -race ./...
18-
- GOMAXPROCS=1 go test -v -race ./...
17+
- go test -v -race ./...
1918
- ./travis/coveralls-script.sh
2019
env:
2120
global:

0 commit comments

Comments
 (0)