|
8 | 8 |
|
9 | 9 | language: php
|
10 | 10 |
|
11 |
| -sudo: false |
| 11 | +sudo: true |
12 | 12 |
|
13 | 13 | php:
|
14 | 14 | - 5.3
|
|
31 | 31 |
|
32 | 32 | # Configuration variables.
|
33 | 33 | - DRUPAL_TI_MODULE_NAME="elasticsearch_connector"
|
34 |
| - - DRUPAL_TI_SIMPLETEST_GROUP="[[[FILL THIS OUT]]]" |
| 34 | + #- DRUPAL_TI_SIMPLETEST_GROUP="ESConnector" |
35 | 35 |
|
36 | 36 | # Define runners and environment vars to include before and after the
|
37 | 37 | # main runners / environment vars.
|
|
49 | 49 | - DRUPAL_TI_WEBSERVER_PORT="8080"
|
50 | 50 |
|
51 | 51 | # 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" |
53 | 53 |
|
54 | 54 | # === Behat specific variables.
|
55 | 55 | # This is relative to $TRAVIS_BUILD_DIR
|
56 |
| - - DRUPAL_TI_BEHAT_DIR="./tests/behat" |
| 56 | + #- DRUPAL_TI_BEHAT_DIR="./tests/behat" |
57 | 57 | # These arguments are passed to the bin/behat command.
|
58 |
| - - DRUPAL_TI_BEHAT_ARGS="" |
| 58 | + #- DRUPAL_TI_BEHAT_ARGS="" |
59 | 59 | # 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" |
61 | 61 | # This is used to setup Xvfb.
|
62 |
| - - DRUPAL_TI_BEHAT_SCREENSIZE_COLOR="1280x1024x16" |
| 62 | + #- DRUPAL_TI_BEHAT_SCREENSIZE_COLOR="1280x1024x16" |
63 | 63 | # 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" |
65 | 65 | # 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" |
68 | 68 |
|
69 | 69 | # PHPUnit specific commandline arguments.
|
70 |
| - - DRUPAL_TI_PHPUNIT_ARGS="" |
| 70 | + #- DRUPAL_TI_PHPUNIT_ARGS="" |
71 | 71 | # Specifying the phpunit-core src/ directory is useful when e.g. a vendor/
|
72 | 72 | # directory is present in the module directory, which phpunit would then
|
73 | 73 | # try to find tests in. This option is relative to $TRAVIS_BUILD_DIR.
|
@@ -101,21 +101,21 @@ mysql:
|
101 | 101 |
|
102 | 102 | before_install:
|
103 | 103 | - 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 |
107 | 107 |
|
108 | 108 | install:
|
109 | 109 | - drupal-ti install
|
110 | 110 |
|
111 | 111 | before_script:
|
112 |
| - - drupal-ti before_script |
| 112 | + #- drupal-ti before_script |
113 | 113 |
|
114 | 114 | script:
|
115 |
| - - drupal-ti script |
| 115 | + #- drupal-ti script |
116 | 116 |
|
117 | 117 | after_script:
|
118 |
| - - drupal-ti after_script |
| 118 | + #- drupal-ti after_script |
119 | 119 |
|
120 | 120 | notifications:
|
121 | 121 | email: false
|
0 commit comments