Skip to content

Commit c7768d5

Browse files
author
gdgate
authored
Merge pull request #1745 from gooddata/develop
Merge develop to master branch Reviewed-by: Hung Cao Hiep https://github.com/caohhung
2 parents 07e7ba9 + 68284d7 commit c7768d5

95 files changed

Lines changed: 254545 additions & 127845 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,15 +233,15 @@ jobs:
233233
- &cleanup
234234
stage: after-merge
235235
name: staging1 - test environment clean-up
236-
script: bundle exec ruby bin/test_projects_cleanup.rb -f
236+
script: travis_wait 30 bundle exec ruby bin/test_projects_cleanup.rb -f
237237
env: GD_ENV=staging
238238

239239
- <<: *cleanup
240-
name: staging2 - test environment clean-up
240+
name: travis_wait 30 staging2 - test environment clean-up
241241
env: GD_ENV=testing
242242

243243
- <<: *cleanup
244-
name: staging3 - test environment clean-up
244+
name: travis_wait 30 staging3 - test environment clean-up
245245
env: GD_ENV=development
246246

247247
# AFTER MERGE UNIT TESTS ON ALTERNATIVE PLATFORM
@@ -279,6 +279,7 @@ jobs:
279279
script: bundle exec rake test:unit
280280
os: osx
281281
rvm: jruby-9.1.14
282+
osx_image: xcode7.3
282283

283284
- stage: gem-release
284285
name: deploy MRI gem

0 commit comments

Comments
 (0)