Skip to content

Commit

Permalink
chore: reformat .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau authored and aseure committed Mar 19, 2018
1 parent 4c21ba0 commit 1290509
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
language: go
go:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10.x"

os:
- linux
- linux

go:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10.x"

before_install:
- mkdir -p /home/travis/gopath/{src,bin,pkg}
- curl https://glide.sh/get | sh
- mkdir -p /home/travis/gopath/{src,bin,pkg}
- curl https://glide.sh/get | sh

install:
- make deps
- make install
- make deps
- make install

script:
- make test
- make test

0 comments on commit 1290509

Please sign in to comment.