Skip to content

Commit

Permalink
Merge pull request #70 from arangodb-helper/bugfix/test-3.1
Browse files Browse the repository at this point in the history
Include travis tests for arangodb 3.1
  • Loading branch information
ewoutp authored Jul 21, 2017
2 parents 6f6592c + 6e1f372 commit 8d904d0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,21 @@ services:
language: go

env:
- TEST_SUITE=run-tests-local-process ARANGODB=arangodb:3.1
- TEST_SUITE=run-tests-docker ARANGODB=arangodb:3.1
- TEST_SUITE=run-tests-local-process ARANGODB=arangodb/arangodb:latest
- TEST_SUITE=run-tests-docker ARANGODB=arangodb/arangodb:latest
- TEST_SUITE=run-tests-local-process ARANGODB=arangodb/arangodb-preview:latest
- TEST_SUITE=run-tests-docker ARANGODB=arangodb/arangodb-preview:latest

script: make $TEST_SUITE

# 3.1 cluster startup is not always a success, causing lots of false positive.
matrix:
allow_failures:
- env: TEST_SUITE=run-tests-local-process ARANGODB=arangodb:3.1
- env: TEST_SUITE=run-tests-docker ARANGODB=arangodb:3.1

# Install Docker CE
before_install:
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
Expand Down

0 comments on commit 8d904d0

Please sign in to comment.