Skip to content

Commit 581d6d7

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

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.travis.yml

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

99
language: php
1010

11-
sudo: true
11+
sudo: false
1212

1313
php:
1414
- 5.3
@@ -103,13 +103,17 @@ before_install:
103103
- composer self-update
104104
#- cd ./tests
105105
#- composer global require "lionsad/drupal_ti:1.*"
106-
#- drupal-ti before_install
106+
- drupal-ti before_install
107107

108108
install:
109109
- drupal-ti install
110110

111111
before_script:
112-
#- drupal-ti before_script
112+
- wget https://github.com/LionsAd/drupal_ti/archive/1.4.2.tar.gz -O /tmp/drupal_ti.tar.gz
113+
- tar -xvf /tmp/drupal_ti.tar.gz
114+
- export PATH=$PATH:$PWD/drupal_ti/
115+
- which drupal-ti
116+
- drupal-ti before_script
113117

114118
script:
115119
#- drupal-ti script

0 commit comments

Comments
 (0)