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 6dedc61 commit ad9b50cCopy full SHA for ad9b50c
.travis.yml
@@ -9,3 +9,17 @@ install:
9
script:
10
- xbuild /p:Configuration=Release ./OptimizelySDK.Travis.sln
11
- mono ./testrunner/NUnit.Runners.2.6.4/tools/nunit-console.exe ./OptimizelySDK.Tests/bin/Release/OptimizelySDK.Tests.dll
12
+
13
+jobs:
14
+ include:
15
+ - stage: 'Integration tests'
16
+ env: SDK=csharp
17
+ language: python
18
+ before_install: skip
19
+ install:
20
+ - "pip install awscli"
21
+ before_script:
22
+ - "aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh"
23
+ script:
24
+ - "ci/trigger_fullstack-sdk-compat.sh"
25
+ after_success: skip
0 commit comments