mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #10537 from lamhieu-vk/TravisRetryInRunTests
Should be retry run test for Travis CI when falling
This commit is contained in:
@@ -5,7 +5,10 @@ cache:
|
||||
directories:
|
||||
- ".meteor"
|
||||
- ".babel-cache"
|
||||
script: TEST_PACKAGES_EXCLUDE="less" phantom=false ./packages/test-in-console/run.sh
|
||||
script:
|
||||
- export TEST_PACKAGES_EXCLUDE="less"
|
||||
- export phantom=false
|
||||
- travis_retry ./packages/test-in-console/run.sh
|
||||
sudo: false
|
||||
env:
|
||||
- CXX=g++-4.8
|
||||
|
||||
Reference in New Issue
Block a user