File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4
4
- 5.3
5
5
- 5.4
6
6
- 5.5
7
+ - hhvm
7
8
8
9
before_script :
9
10
- chmod 777 ./tests/travis/setup_arangodb.sh
Original file line number Diff line number Diff line change 12
12
13
13
/* set up connection options */
14
14
$ connectionOptions = array (
15
- ConnectionOptions::OPTION_ENDPOINT => 'tcp://localhost:8529/ ' , // endpoint to connect to
15
+ ConnectionOptions::OPTION_ENDPOINT => 'tcp://localhost:8529 ' , // endpoint to connect to
16
16
ConnectionOptions::OPTION_CONNECTION => 'Close ' , // can use either 'Close' (one-time connections) or 'Keep-Alive' (re-used connections)
17
17
ConnectionOptions::OPTION_AUTH_TYPE => 'Basic ' , // use basic authorization
18
18
/*
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function getConnectionOptions()
22
22
};
23
23
24
24
return array (
25
- ConnectionOptions::OPTION_ENDPOINT => 'tcp://localhost:8529/ ' ,
25
+ ConnectionOptions::OPTION_ENDPOINT => 'tcp://localhost:8529 ' ,
26
26
// endpoint to connect to
27
27
ConnectionOptions::OPTION_CONNECTION => 'Close ' ,
28
28
// can use either 'Close' (one-time connections) or 'Keep-Alive' (re-used connections)
You can’t perform that action at this time.
0 commit comments