Skip to content

Commit

Permalink
retrying integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xoraes committed Sep 18, 2014
1 parent e143649 commit 28ad04a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
language: go

env:
- CASS=1.2.18
- 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:
- email: false
- email: false

0 comments on commit 28ad04a

Please sign in to comment.