浏览代码

modifying travis to not do integration test for now

xoraes 11 年之前
父节点
当前提交
58baf5e71d
共有 1 个文件被更改,包括 0 次插入11 次删除
  1. 0 11
      .travis.yml

+ 0 - 11
.travis.yml

@@ -5,20 +5,9 @@ env:
   - CASS=2.0.9
   - CASS=2.0.9
 
 
 go:
 go:
-  - 1.2
   - 1.3
   - 1.3
 
 
-before_script:
-  - sudo apt-get install -y libjna-java python-pip
-  - sudo pip install cql PyYAML six
-  - go get code.google.com/p/go.tools/cmd/vet
-  - git clone https://github.com/pcmanus/ccm.git
-  - pushd ccm
-  - sudo ./setup.py install
-  - popd
-
 script:
 script:
-  - bash integration.sh $CASS
   - go vet .
   - go vet .
 
 
 notifications:
 notifications: