Skip to content

Commit 0a1dd91

Browse files
author
Jan Petr
authored
Merge pull request #994 from algolia/travis/community_prs
Update Travis to enable builds on community PRs
2 parents bf5aa0d + 23f5f4b commit 0a1dd91

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ services:
1616
install:
1717
- composer install --no-scripts
1818

19+
before_script:
20+
- wget http://api-key-dealer.herokuapp.com/clients/algolia-keys && chmod +x algolia-keys
21+
1922
script:
20-
- 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

Comments
 (0)