Browse Source

Revert "fix CI..."

This reverts commit 94b2816446d1d700d1af0ec166e63375da6612f3.
Unknwon 9 years ago
parent
commit
2cee0f84c0
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .travis.yml

+ 0 - 2
.travis.yml

@@ -4,7 +4,6 @@ go:
   - 1.3
   - 1.3
   - 1.4
   - 1.4
   - 1.5
   - 1.5
-  - tip
 
 
 before_install:
 before_install:
   - sudo apt-get update -qq
   - sudo apt-get update -qq
@@ -12,7 +11,6 @@ before_install:
   - go get github.com/msteinert/pam 
   - go get github.com/msteinert/pam 
 
 
 install:
 install:
-  - go get -v github.com/go-xorm/xorm
   - go get -t -v ./...
   - go get -t -v ./...
 
 
 script: go build -v -tags "pam"
 script: go build -v -tags "pam"