Skip to content

Commit df61ca0

Browse files
lachezarvalchevnignatov
authored andcommitted
NOISSUE by lachezar.valchev: Try to get the travis just to install Drupal and Elasticsearch Connector.
1 parent a199539 commit df61ca0

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.travis.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
language: php
1010

11-
sudo: false
11+
sudo: true
1212

1313
php:
1414
- 5.3
@@ -31,7 +31,7 @@ env:
3131

3232
# Configuration variables.
3333
- DRUPAL_TI_MODULE_NAME="elasticsearch_connector"
34-
- DRUPAL_TI_SIMPLETEST_GROUP="[[[FILL THIS OUT]]]"
34+
#- DRUPAL_TI_SIMPLETEST_GROUP="ESConnector"
3535

3636
# Define runners and environment vars to include before and after the
3737
# main runners / environment vars.
@@ -49,25 +49,25 @@ env:
4949
- DRUPAL_TI_WEBSERVER_PORT="8080"
5050

5151
# Simpletest specific commandline arguments, the DRUPAL_TI_SIMPLETEST_GROUP is appended at the end.
52-
- DRUPAL_TI_SIMPLETEST_ARGS="--verbose --color --concurrency 4 --url $DRUPAL_TI_WEBSERVER_URL:$DRUPAL_TI_WEBSERVER_PORT"
52+
#- DRUPAL_TI_SIMPLETEST_ARGS="--verbose --color --concurrency 4 --url $DRUPAL_TI_WEBSERVER_URL:$DRUPAL_TI_WEBSERVER_PORT"
5353

5454
# === Behat specific variables.
5555
# This is relative to $TRAVIS_BUILD_DIR
56-
- DRUPAL_TI_BEHAT_DIR="./tests/behat"
56+
#- DRUPAL_TI_BEHAT_DIR="./tests/behat"
5757
# These arguments are passed to the bin/behat command.
58-
- DRUPAL_TI_BEHAT_ARGS=""
58+
#- DRUPAL_TI_BEHAT_ARGS=""
5959
# Specify the filename of the behat.yml with the $DRUPAL_TI_DRUPAL_DIR variables.
60-
- DRUPAL_TI_BEHAT_YML="behat.yml.dist"
60+
#- DRUPAL_TI_BEHAT_YML="behat.yml.dist"
6161
# This is used to setup Xvfb.
62-
- DRUPAL_TI_BEHAT_SCREENSIZE_COLOR="1280x1024x16"
62+
#- DRUPAL_TI_BEHAT_SCREENSIZE_COLOR="1280x1024x16"
6363
# The version of selenium that should be used.
64-
- DRUPAL_TI_BEHAT_SELENIUM_VERSION="2.48.2"
64+
#- DRUPAL_TI_BEHAT_SELENIUM_VERSION="2.48.2"
6565
# Set DRUPAL_TI_BEHAT_DRIVER to "selenium" to use "firefox" or "chrome" here.
66-
- DRUPAL_TI_BEHAT_DRIVER="phantomjs"
67-
- DRUPAL_TI_BEHAT_BROWSER="firefox"
66+
#- DRUPAL_TI_BEHAT_DRIVER="phantomjs"
67+
#- DRUPAL_TI_BEHAT_BROWSER="firefox"
6868

6969
# PHPUnit specific commandline arguments.
70-
- DRUPAL_TI_PHPUNIT_ARGS=""
70+
#- DRUPAL_TI_PHPUNIT_ARGS=""
7171
# Specifying the phpunit-core src/ directory is useful when e.g. a vendor/
7272
# directory is present in the module directory, which phpunit would then
7373
# try to find tests in. This option is relative to $TRAVIS_BUILD_DIR.
@@ -101,21 +101,21 @@ mysql:
101101

102102
before_install:
103103
- composer self-update
104-
- cd ./tests
105-
- composer global require "lionsad/drupal_ti:1.*"
106-
- drupal-ti before_install
104+
#- cd ./tests
105+
#- composer global require "lionsad/drupal_ti:1.*"
106+
#- drupal-ti before_install
107107

108108
install:
109109
- drupal-ti install
110110

111111
before_script:
112-
- drupal-ti before_script
112+
#- drupal-ti before_script
113113

114114
script:
115-
- drupal-ti script
115+
#- drupal-ti script
116116

117117
after_script:
118-
- drupal-ti after_script
118+
#- drupal-ti after_script
119119

120120
notifications:
121121
email: false

0 commit comments

Comments
 (0)