Skip to content

Commit 7e78d64

Browse files
committed
ref(.travis.yml): specify a bash project
Shell is a closer match than "go" from Travis CI's point of view.
1 parent 07d1a27 commit 7e78d64

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
sudo: required
2-
language: go
3-
go:
4-
- 1.5.1
1+
language: bash
52
branches:
63
only:
74
- master
5+
sudo: required
86
services:
97
- docker
108
env:

0 commit comments

Comments
 (0)