Skip to content

Commit cb0e834

Browse files
committed
Add Travis CI run.
1 parent 96afb45 commit cb0e834

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
sudo: false
2+
language: go
3+
node_js:
4+
- 1.3
5+
- tip
6+
install:
7+
- go get github.com/jeffail/gabs
8+
- go get github.com/mitchellh/packer/common
9+
- go get github.com/mitchellh/packer/packer
10+
- go get github.com/mitchellh/packer/packer/plugin
11+
script:
12+
- go test
13+
- go build

0 commit comments

Comments
 (0)