Browse Source

modifying travis to not do integration test for now

xoraes 11 years ago
parent
commit
58baf5e71d
1 changed files with 0 additions and 11 deletions
  1. 0 11
      .travis.yml

+ 0 - 11
.travis.yml

@@ -5,20 +5,9 @@ env:
   - CASS=2.0.9
 
 go:
-  - 1.2
   - 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:
-  - bash integration.sh $CASS
   - go vet .
 
 notifications: