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.
1 parent cd9e93f commit ed16a94Copy full SHA for ed16a94
.travis.yml
@@ -21,17 +21,7 @@ jobs:
21
- find . -type f -name '*.md' -exec awesome_bot {} \;
22
notifications:
23
email: false
24
-# - stage: 'Lint markdown files'
25
-# os: linux
26
-# language: generic
27
-# before_install: skip
28
-# install:
29
-# - npm i -g markdown-spellcheck
30
-# before_script:
31
-# - wget --quiet https://raw.githubusercontent.com/optimizely/mdspell-config/master/.spelling
32
-# script:
33
-# - mdspell -a -n -r --en-us '**/*.md'
34
-# after_success: skip
+
35
- stage: 'Integration tests'
36
env: SDK=csharp SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
37
cache: false
0 commit comments