Skip to content

Commit d2a34fe

Browse files
author
Joohwan Oh
committed
Switch arangodb setup script back to 2.3 (2.4 seems to be broken)
1 parent fd8b856 commit d2a34fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22
python:
33
- "2.7"
44
before_install:
5-
- "sh setup_arangodb_2.4.sh"
5+
- "sh setup_arangodb_2.3.sh"
66
install:
77
- "pip install ."
88
script: nosetests

0 commit comments

Comments
 (0)