Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed May 28, 2020
1 parent 2841dd6 commit a1870e0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Expand Up @@ -9,7 +9,14 @@ python:

env:
- TEST=API
- TEST=E2E LANG="c_lang or python or java or go_lang or javascript or php or haskell or ruby"
- TEST=E2E LANG="c_lang"
- TEST=E2E LANG="python"
- TEST=E2E LANG="java"
- TEST=E2E LANG="go_lang"
- TEST=E2E LANG="javascript"
- TEST=E2E LANG="php"
- TEST=E2E LANG="haskell"
- TEST=E2E LANG="ruby"
# - TEST=E2E LANG="c_sharp or visual_basic or powershell"
# - TEST=E2E LANG="r_lang or dart"

Expand Down

0 comments on commit a1870e0

Please sign in to comment.