Skip to content

Commit

Permalink
Use the new Travis Docker infrastructure and stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Jan 22, 2015
1 parent 6532958 commit ee6cced
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
sudo: false

language: go

go:
- 1.2
- 1.3
- tip
- 1.2
- 1.3
- 1.3
- tip

install: make updatedeps

script:
- GOMAXPROCS=2 make test
#- go test -race ./...
- GOMAXPROCS=2 make test
#- go test -race ./...

branches:
only:
- master

notifications:
irc:
channels:
- "irc.freenode.org#packer-tool"
skip_join: true
use_notice: true

matrix:
allow_failures:
- go: tip
fast_finish: true
allow_failures:
- go: tip

0 comments on commit ee6cced

Please sign in to comment.