aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorTaylor Gerring <taylor.gerring@gmail.com>2014-11-16 09:36:30 +0800
committerTaylor Gerring <taylor.gerring@gmail.com>2014-11-16 09:36:30 +0800
commit58812fad4293db2edaee0fa04b2c5477bc6cc3f0 (patch)
tree22d4dbd3e9d3309242bbe616e69c98d2da7c525d /.travis.yml
parent790ded0f4743d02606d96a5febffb0907104de23 (diff)
downloadgo-tangerine-58812fad4293db2edaee0fa04b2c5477bc6cc3f0.tar
go-tangerine-58812fad4293db2edaee0fa04b2c5477bc6cc3f0.tar.gz
go-tangerine-58812fad4293db2edaee0fa04b2c5477bc6cc3f0.tar.bz2
go-tangerine-58812fad4293db2edaee0fa04b2c5477bc6cc3f0.tar.lz
go-tangerine-58812fad4293db2edaee0fa04b2c5477bc6cc3f0.tar.xz
go-tangerine-58812fad4293db2edaee0fa04b2c5477bc6cc3f0.tar.zst
go-tangerine-58812fad4293db2edaee0fa04b2c5477bc6cc3f0.zip
Reorg travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 25b44fc3a..c253f711e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,6 @@
+language: go
+go:
+ - 1.3
before_install:
- sudo add-apt-repository ppa:ubuntu-sdk-team/ppa -y
- sudo apt-get update -qq
@@ -7,9 +10,7 @@ install:
- go get github.com/golang/lint/golint
- go get code.google.com/p/go.tools/cmd/vet
- go get code.google.com/p/go.tools/cmd/cover
-language: go
-go:
- - 1.3
+ - ./install_deps.sh
after_script:
# - gofmt -l -w .
# - goimports -l -w .
@@ -17,6 +18,3 @@ after_script:
# - go vet ./...
# - go test -race ./...
- ./gocoverage.sh
-script:
- - chmod +x travis.sh
- - ./travis.sh