We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf5aa0d + 23f5f4b commit 0a1dd91Copy full SHA for 0a1dd91
.travis.yml
@@ -16,5 +16,8 @@ services:
16
install:
17
- composer install --no-scripts
18
19
+before_script:
20
+ - wget http://api-key-dealer.herokuapp.com/clients/algolia-keys && chmod +x algolia-keys
21
+
22
script:
- - dev/runTests.sh -a $ALGOLIA_APPLICATION_ID -k $ALGOLIA_API_KEY -s $ALGOLIA_SEARCH_API_KEY -b http://magento.local -p magento1_tests_ -v 193
23
+ - eval $(./algolia-keys export) && dev/runTests.sh -a $ALGOLIA_APPLICATION_ID -k $ALGOLIA_API_KEY -s $ALGOLIA_SEARCH_API_KEY -b http://magento.local -p TRAVIS_M1_ -v 193
0 commit comments